|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Help with lots of <'s
Mike Brown writes > The JavaScript has a lot of "<",">" and "&" characters in > it. [...] Is there a way I can use these charachters in a > large block without having to write the equivalent > entities every time? Wrap the characters in <![CDATA[...]]>, like this: <xsl:text disable-output-escaping="yes"> <![CDATA[ <SCRIPT LANGUAGE="JavaScript"><!-- ... foo & bar ... --></SCRIPT> ]]> </xsl:text> Beware though, that if you do this you are not outputting a SCRIPT element but the characters < S C R I P T thus this stylesheet only works in a context in which you are linearising the result tree as an XML file, and then re-parsing it as XML (or HTML in this case). It wouldn't (or shouldn't) work in an embedded context where the result tree of the stylesheet is being directly accessed, eg by the layout engine of a browser. David XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








