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 Cirip Tomas <to...@theIMO.com> on 2002/02/15 15:31:11 UTC

publicID, systemID are null in EntityResolver.resolveEntity

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: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org