ok guys, i'm rather new to xml and namespaces ansd such...I've seen documents with multiple namespace and prefix defininitions defined in the soap envelope tag...like this
"<soap:Envelope xmlns:A="xxxxxxxxxx" xmlns:B="xxxxxxxxxx" xmlns:C="xxxxxxxx">"
I'm using Visual Studio 2003 and .net and...
Try adding single quotes around your values for id and type such as :
<?xml version='1.0'?>
<Root>
<TEST id='0' type='1'>ASP</TEST>
<TEST id='2' type='2'>ASP</TEST>
</Root>
I think synapsevampire may be in the same boat that I am in. I have and existing XSD Schema, and what I would like to do is create a dataTable to hold data with the constraints defined by the XSD file. I will need to validate data against this Schema, however the XML data has not been created...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.