G
Gavri Fernandez
Hi,
Is there a xml schema api
(http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040309/xml-schema-api.html)
ruby library?
Here are the docs for Apache's Java implementation:
http://xml.apache.org/xerces2-j/javadocs/xs/index.html
My intention is create a generator that produces code based on an xml
schema. This output code, of course, is used to manipulate and more
importantly _represent_ instances of the schema. (i'm creating a
rest-client generator)
If there is no xml-schema api lib available for ruby, what is the best
alternative way of doing what I want?
Or is all of this wrong and there is an easier approach?
Is there a xml schema api
(http://www.w3.org/Submission/2004/SUBM-xmlschema-api-20040309/xml-schema-api.html)
ruby library?
Here are the docs for Apache's Java implementation:
http://xml.apache.org/xerces2-j/javadocs/xs/index.html
My intention is create a generator that produces code based on an xml
schema. This output code, of course, is used to manipulate and more
importantly _represent_ instances of the schema. (i'm creating a
rest-client generator)
If there is no xml-schema api lib available for ruby, what is the best
alternative way of doing what I want?
Or is all of this wrong and there is an easier approach?