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
check DTD, probably ok if all you doing is adding a few parameters. - Original Message - From: Andrew Friebel [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, July 02, 2007 3:42 AM Subject: WEB.XML file parsing I am having trouble parsing a web.xml file using SAX

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

WEB.XML file parsing

2007-07-01 Thread Andrew Friebel
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 problem is the DTD definition in the web.xml file. I require the DTD file

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