I've a problem with trying to output special characters with cold fusion and xsl.
All the xsl forums I've seen say to use the following code to output the "<" character:
<xsl:text disable-output-escaping="yes"><</xsl:text>
But cold fusion is giving me the following error:javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: The content beginning "<<" is not legal markup. Perhaps the "<" (c
character should be a letter.
Does anyone have any suggestions?
Does the cold fusion xsl transformer not support the full specification?
Thanks
All the xsl forums I've seen say to use the following code to output the "<" character:
<xsl:text disable-output-escaping="yes"><</xsl:text>
But cold fusion is giving me the following error:javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException: The content beginning "<<" is not legal markup. Perhaps the "<" (c
Does anyone have any suggestions?
Does the cold fusion xsl transformer not support the full specification?
Thanks