RE: [U2] XML Schema

2009-03-13 Thread Symeon Breen
If you want to write an xsd then i would use an xsd authoring tool or just plain old notepad If you want to generate an xsd from an xml then again there are authoring tools that will do this (including visual studio) - there is no function in databasic to do this ( i don't think i may be wrong

RE: [U2] XML Schema

2009-03-13 Thread Michael Rajkowski
-users@listserver.u2ug.org To u2-users@listserver.u2ug.org cc Subject RE: [U2] XML Schema If you want to write an xsd then i would use an xsd authoring tool or just plain old notepad If you want to generate an xsd from an xml then again there are authoring tools that will do this (including

RE: [U2] XML Schema

2009-03-13 Thread Tony G
Visual Studio comes with a command-line command called xsd that will generate an XSD from XML. If you do not have VS you can download this in the Windows SDK v6.0A. It should be quite straight-forward to write XML to a Dir (type 1/19), execute xsd, then read the result. If you are on *nix, you