RE: WEB.XML file parsing

2007-07-03 Thread Andrew Friebel
eb-ap 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&quo

Re: WEB.XML file parsing

2007-07-02 Thread Bill Barker
.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown > Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.pumpEvents(Unknown Source) > at java.awt.EventDispatchThread.run(Unknown Source) > > > > I tried using the 'sy

RE: WEB.XML file parsing

2007-07-02 Thread Andrew Friebel
sure. Has anyone got any 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 PROTECTE

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-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. > > >