Hi, radhika bheemidi <[EMAIL PROTECTED]> wrote on 08/28/2006 07:35:55 PM:
> Hi , > > I am working on a project where i need to modify a > schema such that the structure of the schema doesn't > change(i.e still remains valid) and then write this > new schema to a text file (Serialize). > > I was planning to use xml schema object to apply my > modifications/transformations (i may need to write my > own set methods for xml schema api as there are > currently none).But i am not sure how to write the > "new/updated" schema to a text file (similar to how > DOM or SAX serializer can output a > XML object into XML text file). > > I want to know if this feature will be available soon > or when can i expect it to be implemented. The XML Schema API models the schema components [1] defined by the XML schema spec so doesn't contain every detail from the original XML representation. For instance, specific information about the includes, imports and redefines which contributed to the schema isn't available in this model. There aren't any plans to make it read-write or to provide serialization methods. If you want to access/modify/write XML Schema documents you may want to take a look at the Eclipse XSD API [2] or Apache XmlSchema [3]. > Thankyou > radhika > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Thanks. [1] http://www.w3.org/TR/xmlschema-1/#components [2] http://www.eclipse.org/xsd/ [3] http://ws.apache.org/commons/XmlSchema/index.html Michael Glavassevich XML Parser Development IBM Toronto Lab E-mail: [EMAIL PROTECTED] E-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
