Hi All,
I try to write my own EntityResolver for DOMParser. I create instance of
DOMParser use setEntityResolver. Anyway, when it reaches resolveEntity
method both publicID, systemID parameters are null. What am I doing wrong?
Thank you
Tomas
XML document is:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE root SYSTEM "D:\tc\test.dtd">
<root>
<node1/>
<node2>
<node21/>
</node2>
</root>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]