> somehow removing that line/entry?
Unless you can fix the DTD on the server I guess you can only remove the
DOCTYPE declaration before parsing the file. Unfortunately this may have
potentially negative side-effects, since the XML parser would be unable to
expand entities. The sample XML you posted has none of them, but the DTD
specify a few entities that are valid for the schema and could be used.
A decent compromise could be to copy the DTD on your system, fix it, then
change the DOCTYPE to let it point to your local copy of the DTD... Not very
elegant, but it should do the job
----------------------------
Massimo Foti
http://www.massimocorner.com
Co-Author of Dreamweaver MX 2004 Magic:
http://www.dwmagic.com/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

