Emanuele Aliberti wrote:
After some <group>'ing, loading ReactOS.xml
in XXE 2.10 emits this
error now:
/project/xi:include:
cannot load file "E:\src\ros\trunk\reactos\config.xml":
E:\src\ros\trunk\reactos\config.xml (file not found)
I don't know if it is wrong how we specify xi:fallback or if XXE is
wrong.
XML Inclusions (
http://www.w3.org/TR/2004/REC-xinclude-20041220/)
specify exactly what we do (§ 3.2):
<xi:include ...>
<xi:fallback>
<xi:include ... />
</xi:fallback>
</xi:include>
and says (§ 4.4) that "XInclude processors must perform fallback
behavior in the event of a resource error, [omissis]".
It seems XXE 2.10 has a bug.
--
:Emanuele Aliberti