xsom
How to get list of elements from XSOM parser
With XSOM, how can I obtain information for elements from a sample schema? (see below) I\'ve been trying to use the iterateElementDecls() method but only can obtain the top element (note).[详细]
2023-03-19 19:05 分类:问答XSD to HTML Conversion?
strong textHello guys! Is there any way to convert an XSD file to an HTML file...what i am trying to achieve here is parse an XSD file and based on that give the user a form where in he can fill in th[详细]
2023-03-05 02:51 分类:问答Parsing wsdl and xsd
I\'ve been looking for a way to programmatically parse WSDL and ass开发者_高级运维ociated XSD files to get values from annotation / documentation tags. I managed to get values from wsdl using wsdl4j,[详细]
2023-02-24 00:26 分类:问答XSD to DBMS in Java
I have been searching for 3 days but i can\'t find a solution.I want to parse the XSD file to create mySql tables in java.I don\'t want to validate xml files with the xsd\'s by the way.[详细]
2023-02-17 20:35 分类:问答getting the minOccurs attribute using XSOM from an element
How do I get the minOccurs attribute off of an element using the XSOM parser? I\'ve seen this example for getting the attributes related to a complex type:[详细]
2022-12-17 16:41 分类:问答