[Home] [By Thread] [By Date] [Recent Entries]
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/>
|

Cart



