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

This is unlikely, due to the way that XML is designed.  Xalan has a -E switch which may be what you need, but otherwise a possible solution is mapping your entities into the part of Unicode reserved for private purposes, and then map it back when you are done transforming.

Cumbersome, but a possible solution.

-- 
  Thorbjørn Ravn Andersen             "...and...Tubular Bells!"
  http://bigfoot.com/~thunderbear


 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]