I was told Digester was, though great, a PITA to learn. I don't have ANY time - I have to get this done in the next 24 hours.
Mark -----Original Message----- From: Robert Taylor [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 5:18 PM To: Struts Users Mailing List Subject: RE: XML Parsing Dilemma If you don't have time, then use JDOM. It's easy to use. If you have few cycles, you might want to investigate Digester. robert > -----Original Message----- > From: Mark Galbreath [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 28, 2003 4:58 PM > To: 'Struts Users Mailing List' > Subject: XML Parsing Dilemma > > > Guys, > > I am integrating my Struts app with a 3rd-party business process > application called BizFlow (http://www.handysoft.com). I am > validating user logins through the BizFlow Java Dev API, but the > BizFlow class method returns a java.io.File in XML format. So I need > to parse this XML file to extract certain user info, like userid and > password. > > The only XML parsing I've done in the past was in my ASP days and I > wrote it myself. Now, there are several Java XML parsers and I don't > have the time to evaluate them. Help! > > The front-runners on my list is Castor and JDOM. Any (related) > suggestions are greatly appreciated. > > Cheers! > Mark > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

