Tag Archives: xslt 2.0

Formattage de texte en XSLT 2.0

Lors de la migration de mes albums photo de Gellery vers WordPress, j’ai du transformer des fragments XML tels que : <row> <field name=”g_id”>22909</field> <field name=”g_description” xsi:nil=”true” /> <field name=”g_keywords” xsi:nil=”true” /> <field name=”g_summary” xsi:nil=”true” /> <field name=”g_title”>dsc00001</field> <field name=”g_pathComponent”>aaa.jpg</field> … Continue reading

Share and Enjoy:
  • Identi.ca
  • StumbleUpon
  • del.icio.us
  • Facebook
  • Twitter
  • Add to favorites
Posted in Français, XML | Tagged , , | Leave a comment

String Formatting in XSLT 2.0

To migrate my photo albums from Gallery to WordPress, I ended up having to transform XML fragments such as: <row> <field name=”g_id”>22909</field> <field name=”g_description” xsi:nil=”true” /> <field name=”g_keywords” xsi:nil=”true” /> <field name=”g_summary” xsi:nil=”true” /> <field name=”g_title”>dsc00001</field> <field name=”g_pathComponent”>aaa.jpg</field> <field name=”g_pathComponent”>011120-Forum-XML-2001</field> … Continue reading

Share and Enjoy:
  • Identi.ca
  • StumbleUpon
  • del.icio.us
  • Facebook
  • Twitter
  • Add to favorites
Posted in English, XML | Tagged , , | 1 Comment