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: Non-validating XSL processors


> Sorry, let me specify further - what I'm specifically looking for
> is an XSL processor which doesn't try to resolve entities in 
> the source data

Actually you're looking for a SAX-compliant XML parser that behaves like
this. I only say this in case it helps you in your search. When you find
one, you can plug it into the XSLT processor of your choice.

But the simple way to solve the problem (assuming that it's a real problem
and not imagined) is to preprocess the source XML to replace the ampersands
with something else, and then postprocess the output to put them back again.

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]