You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Brian Quinlan <br...@sweetapp.com> on 2002/09/23 01:44:13 UTC

Schema question

It looks like Xalan 1.4 (really Xerces 2.1) is trying to load a schema
file when I turn validation on (using XMLParserLiason.setUseValidation).
My XML file looks like:

<!DOCTYPE message SYSTEM "test.dtd">
<messages><message>bye bye!</message></messages>

Is it intended that enabling validation triggers the search for a schema
file when the XML file already contains a DTD? 

Cheers,
Brian