* Gary Hasman wrote: >I have these two lines at the begining of a file fred.xml: > > <?xml version="1.0" encoding="UTF-8" standalone="no" ?> > <!DOCTYPE story SYSTEM "story.dtd"> > >The validator says: > > Fatal Error: cannot find "story.dtd"; tried The Validator does not support relative references in system identifiers, you need to change it to an absolute reference, e.g. <!DOCTYPE story SYSTEM "http://example.org/story.dtd">Received on Sunday, 10 October 2004 04:59:32 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 25 April 2012 12:14:15 GMT