RE: WEB.XML file parsing

2007-07-03 Thread Andrew Friebel
p_2_3.dtd); Thanks again for your assistance, it helped me greatly. Regards, Andrew -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 July 2007 1:48 PM To: users@tomcat.apache.org Subject: Re: WEB.XML file parsing Andrew Friebel [EMAIL PROTECTED] wrote

Re: WEB.XML file parsing

2007-07-02 Thread Johnny Kewl
This guy has reckons you can turn off DTD checking http://www.isocra.com/blogs/index.php?/archives/5-Making-Xerces-ignore-a-DTD.html Tools like Xerces and Xalan are very good, but pretty heavy. If you google you will also find some very light weight sax parsers out there. Most of them dont even

RE: WEB.XML file parsing

2007-07-02 Thread Andrew Friebel
[mailto:[EMAIL PROTECTED] Sent: Monday, 2 July 2007 12:28 PM To: users@tomcat.apache.org Subject: Re: WEB.XML file parsing Andrew Friebel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am having trouble parsing a web.xml file using SAX. The war file will deploy with no hassles

Re: WEB.XML file parsing

2007-07-02 Thread Bill Barker
ideas on how to get around this? Regards, Andrew -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Monday, 2 July 2007 12:28 PM To: users@tomcat.apache.org Subject: Re: WEB.XML file parsing Andrew Friebel [EMAIL PROTECTED] wrote in message news:[EMAIL

Re: WEB.XML file parsing

2007-07-01 Thread Bill Barker
Andrew Friebel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I am having trouble parsing a web.xml file using SAX. The war file will deploy with no hassles, however, I am writing a local program that will allow me to change the web.xml file locally before distribution. My