Quantcast
Channel: Parsing an XSD to list elements - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by duffymo for Parsing an XSD to list elements

It's gotta be a parser that's configured to deal with the namespace. You could also use XSL-T to match on "xs:element" and extract the names that way.

View Article



Parsing an XSD to list elements

I have been trying to parse one(actually - many) xsd files to write out the list of element-names, respective element-type and documentation.I looked into XSOM, SAXParser, Xerces, JAXP - all of which...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images