Thank you very much. You were very helpful!
James Strachan wrote:
> Hi Laura
>
> - Original Message -
> From: "Laura Hatcher" <[EMAIL PROTECTED]>
> > I am so glad that you responded to my email. I have been asking around
> about
> > this for a while. I had discovered this solution, bu
Hi Laura
- Original Message -
From: "Laura Hatcher" <[EMAIL PROTECTED]>
> I am so glad that you responded to my email. I have been asking around
about
> this for a while. I had discovered this solution, but I had some
questions
> that were unanswered by an documentation. Does this work
I am so glad that you responded to my email. I have been asking around about
this for a while. I had discovered this solution, but I had some questions
that were unanswered by an documentation. Does this work for including Schema
within Schemas? And if so how would you declare the entity with
Not as such. Though you can register your own EntityResolver (its an
interface from SAX) which you can use to load resources (DTDs, Schemas etc)
from wherever you wish.
If you look at the full javadoc at http//dom4j.org at the class
org.xml.sax.EntityResolver there's a an example of how to use it