Re: [XWeb-Users] XML files including files including files.
Brought to you by:
peterbecker
From: Mikael S. <mik...@ho...> - 2002-05-03 21:59:50
|
At 13:38 2002-05-01 +0200, Peter Becker wrote: >As far as I know XML does not allow nesting system entities. That's true, since an included entity cannot define further entity references. >You could try to use the import features of XSLT instead: it is possible >to open additional files while processing XSLT code. Although this is not >official part of the XSLT 1.0 spec > most XSLT processors (including the version of Saxon in the > distribution) support the document(..) function which gets a URL and > returns the root element of the document given by this URL. The document() function is definitly part of XSLT 1.0. Do you refer to any special treatment of the document() function? |