RE: [xsl] entities out of scope in included xsl file

Subject: RE: [xsl] entities out of scope in included xsl file
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Tue, 10 Sep 2002 12:21:59 +0100
> I am having a problem with entities needed in included .xsl 
> files. I need 
> to include several entity files and several xsl files from 
> one main xsl 
> file. In the included xsl files, I want to be able to use the already 
> included entities, but I cannot get it to work.

Entities are resolved by the XML parser, which processes each stylesheet
module before the XSLT processor gets a look in. The XML parser has no
understanding of <xsl:include>, so there is no way it can look in
included modules to resolve entity references.

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx 


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


Current Thread