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]
Other format: [Raw text]

RE: entities out of scope in included xsl file


> 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@ntlworld.com
work: Michael.Kay@softwareag.com 


 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]