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: Managing semi-trivial sets of stylesheets.


> The side-effect with XT ( and I guess with any other XSLT 
> implementation ) is that this affects document() as well, because
document() 
> invokes the same parser ;-) 

Saxon allows you to specify different parsers for source documents and
stylesheets. The original idea was that you might want a validating parser
for the source doc, but not for the stylesheet.

(Saxon also allows you to specify a URIResolver which will be used to
interpret any URIs encountered in xsl:include, in document(), etc. But
there's a bug in 5.3.2. that stops this working).

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]