I have several xml files all using different schemas and am trying to write a program to load an xml file, read the schema, and create the treeview with the appropriate parent/child relationships. Is it possible to make it dynamic enough to be able to read any xml schema and populate the tree...
I have an XSD file for all the tables in my SQL Server database. In the TableAdapters in the XSD file, some of my queries return scalar values, but the code for the functions generated by Visual Studio 2010 return an Object rather than a typed value. I know how to manually add functions using...
Hi all,
I'd like your help and advice on how to read an XSD file with VB.NET.
Here is an example of the XSD file I want to read :
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:group name="TOTO">
<xs:choice>
<xs:element name="Person"...
In a windows application I'm trying to connect to a webservice, and all i have is a wsdl file (i used service reference, and after import the namespace i can instantiate it),
a XML file ( i suposed is in soap format, the first line starts with <soapenv:Envelope ), and an xsd file that validates...
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.