[
Lists Home |
Date Index |
Thread Index
]
- From: "John Hosage" <jhosage@virtc.com>
- To: <xml-dev@xml.org>
- Date: Thu, 22 Jun 2000 14:11:24 -0400
Hello,
I am trying to parse an XML file with an external DTD using the Oracle SAX
parser. However, I keep on getting the error "Error opening external DTD
'HLA.dtd'".
The XML file and the DTD are in the same directory. The start of the XML
file is:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE objectModel SYSTEM "HLA.dtd">
I tried fully qualifying the DTD name, all uppercase letters, all lowercase
letters, ./ on front of the name for the current directory. Nothing works.
I tried setting the validation mode to true and false. The error message is
still produced.
Can someone point out what I am doing wrong or suggest some other changes to
try?
Thanks,
John
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|