<?xml version="1.0" encoding="utf-8" ?>
<ConnectionConfig>
<Machine Ip="192.168.0.7">
<ConnectionString>Data Source=TWO;Initial Catalog=Freight;User ID=sa;Password=f5tech</ConnectionString>
</Machine>
</ConnectionConfig>
views:
31answers:
2
+2
A:
You could use the xsd.exe utility. Save this to a xml file and:
xsd.exe test.xml
This will infer the schema from the xml file.
Darin Dimitrov
2010-04-12 07:03:02