blob: c509e0d19b7d59b49289d5f88f4215a176f55b0f (
plain)
1
2
3
4
5
6
7
8
9
10
|
<t:root xmlns:t="test"
xmlns:o="other"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="test test.xsd">
<!-- invalid -->
<choice>
</choice>
</t:root>
|