Is there anywhere a tool (set of classes) available, that is able to read a schema (xsd)-file ? Thanks, Karl __________________________________________________________
Important Note: This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal. Thank you for your cooperation. _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Hi Karl,
Have you looked at xschema in the /preview/parcels directory? Best, Mark Roberts Cincom Systems, Inc. On 4/17/2012 5:47 PM, BREITH Karl-Albert (AREVA) wrote:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by BREITH Karl-Albert (AREVA)
What do you mean with reading?
;-)
I am using XMLObjectMarshalers, XMLObjectBindingTool and XMLObjectBindingWizard (see parcel section Web Services) to transform XSD schema sources into Smalltalk mapping objects. These can be used to read and write objects defined in a given schema. I used that in various commercial projects. If you simply want to read schema file contents and get a DOM model, then you can use XMLParser which is part of the base (see metaclass protocols "instance creation" and "utilities"). If you simply want to "see" the contents in a hierarchical manner, use the FileBrowser. Change method Tools.FileTools.XMLTreeViewer class #couldBeXMLFile: and add '*.xsd' to the list of XML file types, then you can view XSD sources in the tree view part. Regards Holger Guhl -- Senior Consultant * Certified Scrum Master * [hidden email] Tel: +49 231 9 75 99 21 * Fax: +49 231 9 75 99 20 Georg Heeg eK Dortmund Handelsregister: Amtsgericht Dortmund A 12812 Am 17.04.2012 10:47, schrieb BREITH Karl-Albert (AREVA):
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |