There is a problem with our XML. XInclude requires that included XML
files contain a single node. We violate that rule almost everywhere.
For instance. In ReactOS.xml there is
<xi:include href="baseaddress.xml" />
but baseaddress.xml contains only a set of <property ... /> nodes, not a
containing node. I tried wrapping them with a <group>...</group> node
<group>
<property ... />
...
</group>
and it works fine. More difficult is the <directory ...> case.
Royce Mitchell III wrote:
I had at one
time, but...
1) I don't any more
2) The structure changed a lot since I had written it anyway.
Sorry :(
Also, I could never get it to work with validators because I couldn't
find a way to get them to recognize the "xi" namespace
--
:Emanuele Aliberti