Re: [PyWrapper-devel] Valid response model
Status: Alpha
Brought to you by:
jatorre
From: Renato De G. <re...@cr...> - 2006-12-19 11:45:10
|
Hi Markus, > The xml schema parser inside pywrapper is a custom implementation. I > couldnt find any existing schema parser out there, honestly. I also couldn't find one for PHP... :-( But I came across these two interesting links: 1) An implementation for VB: http://samples.gotdotnet.com/quickstart/howto/doc/Xml/XmlSchemaObjectModel.aspx (you should try running the example to see XML instances being created from a schema) 2) Another one for Java: https://xsom.dev.java.net/ This Java library seems to be really really cool. It follows in every detail the data model specified by the normative document about schema components: http://www.w3.org/TR/xmlschema-1/ This document also has a diagram showing all schema components and how they relate to each other. It's being quite useful for me. If you're also curious, the author of the library works at Sun, and you can find some interesting recent developments in the end of his home page: http://www.kohsuke.org/ Best Regards, -- Renato |