J
johnsocs
How do you validate the following XML document, I'm having problems
with element 'one' with the attribute xsi:type="xsd:string"
<?xml version="1.0" encoding="UTF-8"?>
<zero xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<one xsi:type="xsd:string">test</one>
</zero>
with element 'one' with the attribute xsi:type="xsd:string"
<?xml version="1.0" encoding="UTF-8"?>
<zero xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<one xsi:type="xsd:string">test</one>
</zero>