Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kantplayalik

  1. kantplayalik

    XML Noob Question

    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...
  2. kantplayalik

    Error Creating simple xml file

    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>
  3. kantplayalik

    Create a table from XSD?

    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...

Part and Inventory Search

Back
Top