On Mar 10, 2007, at 05:07 , Jeremy H. Griffith wrote: > > The validation service doesn't care for OASIS PUBLIC DOCTYPEs, > as in: > > <?xml version="1.0" encoding="utf-8"?> > <!--Arbortext, Inc., 1988-2006, v.4002--> > <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" > "reference.dtd"> Since "-//OASIS//DTD DITA Reference//EN" is not in the validator's catalog at the moment, and the system identifier reference.dtd can not be retrieved, the validator can't find the grammar, and has to abort validation. I think using the following doctype declaration should work better: <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "http://docs.oasis-open.org/dita/v1.1/CD01/dtd/reference.dtd"> -- olivierReceived on Monday, 12 March 2007 04:23:43 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 20 September 2007 14:26:36 GMT