Subject: RE: Tags to prevent XSLT from processing?
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 28 Mar 2001 12:19:29 +0100
|
> Are there any tags in xsl that prevents the XSLT from
> processing content between those tags?
> Basically, I am outputting html that has some client
> side java script and I dont want XSLT to look at that
> part.
It seems to me that you do want the XSLT processor to process this content,
but only by outputting it.
If the content is well-formed XML, this will happen automatically unless it
includes XSL instructions, which in your context seems unlikely.
If it is not well-formed XML, you need to put it in a CDATA section.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|