[ros-dev] Re: Document pch and linkerflag elements.
Emanuele Aliberti
ea at iol.it
Mon Aug 1 15:37:40 CEST 2005
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
More information about the Ros-dev
mailing list