|
Hello, In the <xsl:variable name="texte" select="translate(text(),'T','Z')" /> statement, the 'text()' function only selects the direct child text node(s)(I think only the first actually) of the para element. Try this: <xsl:variable name="texte"> <xsl:for-each select=".//text()"> <xsl:value-of select="translate(.,'T','Z')" /> </xsl:for-each> </xsl:variable> I hope this helps. Maxime
Bégnis
Développeur
Tél: 09.54.96.99.55 - Fax:
09.59.96.99.55
5, rue de la Touloubre
13770 Venelles Le 25/05/2011 13:24, Christophe HARO a écrit : Hi all, With an element <para> like this : |
- [docbook-apps] How to transform the content of a <... Christophe HARO
- Re: [docbook-apps] How to transform the content ... Maxime Bégnis
- Re: [docbook-apps] How to transform the cont... Bob Stayton
- Re: [docbook-apps] How to transform the content ... Christophe HARO
- Re: [docbook-apps] How to transform the cont... Christopher R. Maden
- Re: [docbook-apps] How to transform the ... Christophe HARO
