Re: [xsl] xslt replace special characters

Subject: Re: [xsl] xslt replace special characters
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 8 Nov 2002 17:31:23 -0700 (MST)
Alice Fan wrote:
> ok.  one last question... the search and replace works now.  but when i pass 
> in a '&' character to the xsl it totally dies.  i'm using xalan as my 
> processor.  is there a wy in xslt to catch this and convert it to &amp; 
> before it tries to parse it?

No. The XSLT processor relies on an XML parser for its input, and the parser
will reject a malformed document because those are the rules of XML
processing. You must provide well-formed input to the parser if you want it to
pass the important parts of the document to the next application in the chain.

   - Mike
____________________________________________________________________________
  mike j. brown                   |  xml/xslt: http://skew.org/xml/
  denver/boulder, colorado, usa   |  resume: http://skew.org/~mike/resume/

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


Current Thread