Re: [dom4j-user] set schema directory

2002-02-05 Thread Laura Hatcher
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

Re: [dom4j-user] set schema directory

2002-02-05 Thread James Strachan
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

Re: [dom4j-user] set schema directory

2002-02-04 Thread Laura Hatcher
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

Re: [dom4j-user] set schema directory

2002-02-04 Thread James Strachan
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