I have a .net app that pulls in an XML document containing custmer information. The xsd has the last name as xs:string.
When I import into the .NET DOM object, it fails on validation when the last name contains a hyphen.
How can we get around this, with a change to the xsd?
-------------------------------------------
Ummm, we have a bit of a problem here....
When I import into the .NET DOM object, it fails on validation when the last name contains a hyphen.
How can we get around this, with a change to the xsd?
-------------------------------------------
Ummm, we have a bit of a problem here....