XML Modeler Demonstration
Enter a small sample of XML and click "Generate"
to see how Skeleton Crew can easily replace hours of hand coding XML
serialization code for reading and writing XML. By including actual values in
your XML, Skeleton Crew can determine the data type to use. When including
multiple siblings of the same node type, Skeleton Crew will use the first
instance to determine that nodes properties, so be sure to include all
attributes and child nodes possible in the first instance of that node type.
The XSD Modeler demo can be found here.
Example:
<XmlDoc>
<Person age="1">
<Name first="Bob" last="Smith" />
<Job title="Programmer" salary="Not Enough" />
</Person>
<Person />
</XmlDoc>
|
|
|
|