|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Can't output CDATA section
Hey Robert...
Robert Soesemann wrote: How can I get the content of the CDATA section of this node? This should work so Im guessing you are not in the section of the document you think you are when you call value-of... try just using "." if you are in the context of the "option3Link".
This is invalid. "." is a self reference to the value of the current node so this will at best do nothing and most likely throw an error in your stylesheet. <xsl:copy-of select="option3link/."/> Try using <xsl:value-of select="."/> as I suspect this is probably where your hang up is, but im just guessing without seeing more source...
Let me know if this doesnt fix it... Regards, <M:D/>
|
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








