RE: [xsl] data vs. xml

Subject: RE: [xsl] data vs. xml
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Thu, 3 Apr 2003 13:37:39 -0500
[ bix xslt]
> Tom,
> 
> This is quite simple, I have a node element, and everything 
> within the node 
> should be considered CDATA.  I want to ensure that the xslt 
> processor does 
> not interpret that information as XML elements.
> 

Well, that is easy.  Just do not write any template that process those
elements.  Or, if you want them to appear in the output as is, just use
copy-of or an identity tranform.

Cheers,

Tom P

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread