DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4097>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4097

failing to parse standard 'header' of  <!DOCTYPE......> for xml/cml





------- Additional Comments From [EMAIL PROTECTED]  2001-10-11 08:39 -------
Using the following document (foo.xml):

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE cml SYSTEM "cml.dtd">
<molecule xmlns="http://www.xmlcml.org/dtd/cml1_0_1";  convention="MDLMol" 
type="2D">
  <date day="08" month="05" year="2000"/>
  <atomArray/>
</molecule>

and the following dtd (cml.dtd):
<!-- nothing here but us chickens -->

Gives the following results under linux:
~/work/xml-xerces/perl $ DOMCount -v=never /tmp/foo.xml
/tmp/foo.xml: 39 ms (3 elems).

If you are having trouble, please take the time to provide this level of detail
indicating what the input was and what the error output was, otherwise we cannot
help you.

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

Reply via email to