|
I'm using the older version,
0.9.3.9.
VERSION 1 -- This produces a similar error.
Notice that there is no xmlns attribute on the schema
node.
<?xml version="1.0"
encoding="UTF-8"?>
<schema> <element name="note" type="string"/>
</schema>
VERSION 2 -- With the
xmlns attribute in the schema node, this gets rid of the
error.
<element name="note" type="string"/>
</schema>
|
- [castor-dev] No namespace declaration error Amit Thakkar
- Erik.Ostermueller
