You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Marc Dugger <md...@austin.rr.com> on 2002/10/28 21:45:38 UTC

directory searched for resolving entity reference

I'm using the following general entity reference in an XML doc:

    <!ENTITY product SYSTEM "./package/product.xml">

...and of course I reference it later in the doc like so:  &product;

The problem: Xerces is resolving the current directory as being the
directory from which the application is being executed (i.e. current
directory) instead of the directory in which the XML doc  resides.  Why is
this happening?  Thanks in advance for any insight you can spare.


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org