Closed GoogleCodeExporter closed 9 years ago
Here it is a smaller sample to reproduce this issue:
test.xml
<root xmlns="http://www.example.com/root">
<x:x xmlns:x="http://www.example.com/x"/>
</root>
or
<r:root xmlns:r="http://www.example.com/root">
<x:x xmlns:x="http://www.example.com/x"/>
</r:root>
test.xsd
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.example.com/root">
<xs:element name="root"/>
</xs:schema>
The error appears when Xerces tries to locate a schema the for
http://www.example.com/x namespace. It is not related with the use of a prefix
or of
the default namespace.
Original comment by georgebina76
on 31 May 2010 at 1:05
Original comment by georgebina76
on 31 May 2010 at 1:44
Thanks for reporting this problem, it is fixed in r2344.
Original comment by georgebina76
on 31 May 2010 at 2:02
Original issue reported on code.google.com by
Catapan...@gmail.com
on 27 May 2010 at 2:41Attachments: