CDATA element in XSL?2003-10-28 04:03:17Is there a way I can tell my XSLT processor not to interpret "<" "&" etc. As special characters? I know I can put CDATA element around the part in XML which I do not want interpreted. But if there is a way to indicate this in the stylesheet I would prefer this approach. Where would I put a CDATA declaration like this <![CDATA[ & <> [] ]]> in an XSL file? Cheers, Flemming XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
|