[xml] xmllint makes a well-formed-check on includeed documents - and thats bad...



For example if a have a document like

--
<?xml version="1.0" encoding="UTF-8"?>
<root>
        <xi:include href="two.xml" xmlns:xi="http://www.w3.org/2001/XInclude"; />
</root>
--

and two.xml looks like

--
<text>222222</text>
<text>222222</text>
--

then xmllint thinks this is bad (in fact two.xml is no well-formed xml document - but it is only planned for beein included in one.xml. why is xmllint missunderstanding that?
Is it meant to be so?

Greetings from Germany,
Peter




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]