|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] CDATA elements in XSLT
Hi everybody,
I am using a xslt transformation on an xml file which has this structure (... this is only a subset): xml file: <AllWells> <Wells> <WellID>200-100</WellID> <PoolName>America & Brownie</PoolName> </Wells> <Wells> <WellID>200-110</WellID> <PoolName>Jiraffe & Breton</PoolName> </Wells> </AllWells> xslt file: ...... <xsl:template match="Wells"> <element no_chars="?"> <xsl:value-of select="PoolName/text()"/> </element> </xsl:template> The question is; How can I escape the & sign from the xml file to the xml output so I can write to the xml output: "America & Brownie" instead of having: "America & Brownie". I also need to count on the number of characters for "America & Brownie" and not from "America & Brownie". I have read about CDATA but doesn't seems to be the better solution. Could someone give me some advise on this ? Thank you. Dario _________________________________________________________________ FREE pop-up blocking with the new MSN Toolbar get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








