Hello,

We are still not able to use a DTD for validation because our DTD file has a
path that
is not acceptable by Digester and/or the underlying XML parser (the URL is
'file://d:/a/b/c.dtd' but the Windows drive letter 'd:' confuses
everything). Actually, this is a more general issue in cases where the DTD
can not be referred to by a URL (e.g., when it is taken directly from a data
base).

My suggestion is to add another registration method that accepts a Reader
instead of the URL. This way the DTD can be retrieved from file, in memory
cache buffer, etc.

Thanks,

Tal


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

Reply via email to