Denormalize XSD



I need to denormalize an XML schema to generate documentation for the people that will create documents that conform to the schema. The users have no knowledge of XSD and will most likely never learn. The tools I've seen are able to generate documentation for fellow XSD developers, but my users are not interested in the details of how the schema is constructed, they only want to know what they can and must do to create valid documents.


So, I'm looking for a way to resolve all includes and references in an XML schema and generate a denormalized version that I can use to (in turn) generate user documentation.


I´ve started to do some of this using XSLT, but a proven tool would be helpful. I also tried XSD4J, but it apparently strips all annotations that I need to generate something useful.


No comments:

Post a Comment