Hi,
> Is there a way I can tell my XSLT processor not to interpret
> "<" "&" etc. As special characters?
No.
> 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.
There isn't, so use CDATA sections in your source documents, or write < and & characters as < and &, respectively.
Cheers,
Jarno - Feindflug: Tötungsmaschine Mensch
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|