Validating Autodesk Volview
Posted: Sun Nov 21, 2004 12:40 am
When trying to validate a document created in Autodesk's VoloView, I get the following message:
E cvc-elt.1: Cannot find the declaration of element 'RedlineXML'. andrew_test.xml file:/home/andrew/sample_data/andrew_test.xml 2:1
These are the first two lines of the xml file. Can anyone point me in the right direction of of what is going on? Also would this be the reason why an XPath query for /* returns /RedlineXML[1], whilst a query for /RedlineXML[1] returns no results?
Many thanks,
A
<?xml version="1.0" encoding="UTF-8"?>
<RedlineXML xmlns="urn:autodesk_com:dsd:RedlineXML_v_002.xdr" xmlns:redline="urn:autodesk_com:dsd:RedlineXML_v_002.xdr" xmlns:VoloView="urn:autodesk_com:dsd:VoloView_v_001.xdr" xmlns:acdb="urn:autodesk_com:dsd:RMLFilterAcDb_v_001.xdr">
E cvc-elt.1: Cannot find the declaration of element 'RedlineXML'. andrew_test.xml file:/home/andrew/sample_data/andrew_test.xml 2:1
These are the first two lines of the xml file. Can anyone point me in the right direction of of what is going on? Also would this be the reason why an XPath query for /* returns /RedlineXML[1], whilst a query for /RedlineXML[1] returns no results?
Many thanks,
A
<?xml version="1.0" encoding="UTF-8"?>
<RedlineXML xmlns="urn:autodesk_com:dsd:RedlineXML_v_002.xdr" xmlns:redline="urn:autodesk_com:dsd:RedlineXML_v_002.xdr" xmlns:VoloView="urn:autodesk_com:dsd:VoloView_v_001.xdr" xmlns:acdb="urn:autodesk_com:dsd:RMLFilterAcDb_v_001.xdr">