|
You
seem to be trying a mix of namespaced and non-namespaced
stuff.
If
your schema has a targetNamespace, I think you MUST declare it in the
document:
<Auftrag
xmlns='targetNamespaceURI'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation="targetNamespaceURI http://localhost:8090/test/Auftrag.xsd"
>
If it has no targetNamespace then the first one should
work.
Hard to tell without seeing the ns decs in your
schema.
John
|
- problem starting validation Filkorn Roman
- RE: problem starting validation Anderson, John
- RE: problem starting validation sridhar
- RE: problem starting validation sire chembiparambil
- RE: problem starting validation sridhar
- RE: problem starting validation sridhar
- RE: problem starting validation Ian Roberts
