RE: XML parser advice

2006-01-24 Thread Dhaval Patel
ava and > viceversa). It perfoms all validations for you and reading/writing to > input/output streams. > > HTH, > > Marco > > -Original Message- > From: Adam Lipscombe [mailto:[EMAIL PROTECTED] > Sent: 24 January 2006 13:43 > To: 'Tomcat Users Li

RE: XML parser advice

2006-01-24 Thread Marco Tedone
Users List' Subject: XML parser advice Hi Folks We have a webapp running within Tomcat 5.0. I need to develop some XML functionality - basically output the contents of a number of db tables, adhering to an XML schema that I have developed. It's 2 1/2 years since I have done any XM

XML parser advice

2006-01-24 Thread Adam Lipscombe
Hi Folks We have a webapp running within Tomcat 5.0. I need to develop some XML functionality - basically output the contents of a number of db tables, adhering to an XML schema that I have developed. It's 2 1/2 years since I have done any XML work and I am sure that things have moved on apace