Is it possible to parse an XSD schema into a JDOM tree?
Or is there any other library (documentation required ;)) that could accomplish this?
Thanks,
ExtremeCoder
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
XSD is XML, so of course you can parse it into JDOM and manipulate it all you’d like.
This seems like a question that’s best answered by an experimentalist – why not just try it and see? You could have answered it for yourself in the 28 minutes that have passed since you posted your question.