Re: Parse XML Files

2005-01-28 Thread Duncan Mills
For a good summary of the options check out the following Blog entry from Olivier Le Diouris http://jroller.com/page/oliv/20050112 Regards Duncan Mills Nelson wrote: Hi Guys, I'm new to struts and JSP and need to parse and compare XML files. I know you can do this with JSTL tags, but wanting to

Re: Parse XML Files

2005-01-27 Thread James Mitchell
7 AIM: jmitchtx - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Thursday, January 27, 2005 12:38 PM Subject: Re: Parse XML Files What kind of xml is it? A static config type file? One that gets uploaded b

RE: Parse XML Files

2005-01-27 Thread Barnett, Brian W.
JDOM is a nice open-source XML manipulation library. http://www.jdom.org/ -Original Message- From: Nelson [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 10:24 AM To: user@struts.apache.org Subject: Parse XML Files Hi Guys, I'm new to struts and JSP and need to pars

Re: Parse XML Files

2005-01-27 Thread Jim Barrows
On Thu, 27 Jan 2005 17:23:55 + (UTC), Nelson <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > I'm new to struts and JSP and need to parse and compare XML files. I > know you can do this with JSTL tags, but wanting to stick to the > struts framework, I want to seperate my business method from my JS

Re: Parse XML Files

2005-01-27 Thread James Mitchell
January 27, 2005 12:23 PM Subject: Parse XML Files Hi Guys, I'm new to struts and JSP and need to parse and compare XML files. I know you can do this with JSTL tags, but wanting to stick to the struts framework, I want to seperate my business method from my JSPs. Is their a standard way of

Parse XML Files

2005-01-27 Thread Nelson
Hi Guys, I'm new to struts and JSP and need to parse and compare XML files. I know you can do this with JSTL tags, but wanting to stick to the struts framework, I want to seperate my business method from my JSPs. Is their a standard way of doing this in struts, maybe using JAXP, or should I s