I'm implementing EntityResolver, and for a certain DTD entity, I
have in resolveEntity

        return new InputSource(./foo.dtd);

I expected the first dot in "./foo.dtd" to mean 

        "relative to the directory where I started the program". 

It appears that Xerces is treating the dot as 

        "relative to where the xml document being parsed resides."

Is this expected?  Is it documented?  Is it unexpected, and possibly a
bug?

-- 
Ken Goldman   [EMAIL PROTECTED]   914-784-7646

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to