This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Tags to prevent XSLT from processing?


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]