[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] How to transform the content of a <para> element?
|
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 : 9757643.11934161306322642414.JavaMail.root@spooler4-g27.priv.proxad.net"
type="cite">
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]