RE: Question about generating Java Source Code from XML Schemas

2013-08-21 Thread Paul Gillen
As is typical of me I probably don't understand your question or problem thoroughly. Well you said you couldn't use Maven so a non-maven response is what you're getting. :) Typical XmlBeans usage is to generate the classes in a jar and to then reference this jar while developing your code. If

Re: Question about generating Java Source Code from XML Schemas

2013-08-21 Thread Michael Bishop
I think I can answer your first question. From what I recall in parsing/reading documents, InputStream is a poor choice for XML documents that include other documents. An InputStream object can't tell you where its source is. Therefore, there is no way to find relative paths. I would try the follow