Re: [xsl] xinclude in xslt2

Subject: Re: [xsl] xinclude in xslt2
From: Oleg Tkachenko <oleg@xxxxxxxxxxxxx>
Date: Sun, 20 Aug 2006 11:31:19 +0200
It looks pretty much feasible now in XSLT 2.0. The only probable problems are related to the fact that XInclude is designed to operate at very low XML processing level. For starters:

1. detecting circular inclusions
2. xml:base fixup
3. xml:lang fixup
4. dealing with fatal and resource errors, e.g. the case when included document is unavailable and is non-well-formed should be distinguished.


--
Oleg

Current Thread