Validation of XML feed
Hello,
I am trying to import the XML feed with testscripts into a Access database. Downloading the XML with the RQM UrlUtility works fine, but when trying to validate the XML, there seems to be a problem with the lines involving the element <ns17>. No specific error message, just that it cannot be validated.
Example:
Anybody got a clue what i should adjust to make this get validated?
I am trying to import the XML feed with testscripts into a Access database. Downloading the XML with the RQM UrlUtility works fine, but when trying to validate the XML, there seems to be a problem with the lines involving the element <ns17>. No specific error message, just that it cannot be validated.
Example:
<ns17><ns20><ns22><br></br></ns22></ns20></ns17>
Anybody got a clue what i should adjust to make this get validated?
One answer
Hello,
I am trying to import the XML feed with testscripts into a Access database. Downloading the XML with the RQM UrlUtility works fine, but when trying to validate the XML, there seems to be a problem with the lines involving the element <ns17>. No specific error message, just that it cannot be validated.
Example:<ns17><ns20><ns22><br></br></ns22></ns20></ns17>
Anybody got a clue what i should adjust to make this get validated?
Is there an namespace declaration for ns17, ns20, and ns22?