What are you using to generate the XMLSchema
Personnaly I authour XML schemas by hand (well, vim, a text editor).
why do you want to generate AS classes from the XMLSchema?
Practicaly every project I work on involves data transfer of XML. From the start, XML schema(s) are written to design this XML and passed on to other people working on the project to use as specification and validation. On my side of implementation, at present I have to manually write the VO classes from the XML schema, a tool to automate this would save some time on virtually every project I work on.
Another interest is that one could use the same principal to actually create the XML parseing routine (a routine that takes the XML - which conforms to the schema - and creates the VO instances at runtime). Akin to what a SOAP parser/implemetation does.
On 9/26/06, Chris Velevitch <[EMAIL PROTECTED]> wrote:
On 9/21/06, David Holroyd <[EMAIL PROTECTED]> wrote:
> Has anyone done work on generating AS classes from a schema, or seen
> such a tool?
What are you using to generate the XMLSchema and why do you want to
generate AS classes from the XMLSchema? Just curious.
Chris
--
Chris Velevitch
Manager - Sydney Flash Platform Developers Group
m: 0415 469 095
www.flashdev.org.au
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
