Re: XML Data Binding vs. Using XML Parser

2001-04-05 Thread
Thank you all for your replies. I will check out the websites that some of you have recommended. Also, thank you Arnaud for the perspective on dedicated and generic parsers. That is something i was not aware of and am glad to know about. Thanks. Rohit. [EMAIL PROTECTED] wrote: > > To answer yo

Re: XML Data Binding vs. Using XML Parser

2001-04-05 Thread Arnaud Le Hors
To answer your actual question: In general a generic parser can't be as fast as a dedicated parser written to parse some known markup. That's what you get when using 'XML Data binding'. So, if that suits your need stick with it. The only reason to use a generic parser instead is if you don't know

RE: XML Data Binding vs. Using XML Parser

2001-04-05 Thread Madhusudhan Govindaraju
You can even try XPP: http://www.extreme.indiana.edu/soap/#xpp Thanks, Madhu > Try Electric XML - www.theelectricmind.com > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 05 April 2001 05:38 > To: [EMAIL PROTECTED] > Hello, > I am in the process of choosi

RE: XML Data Binding vs. Using XML Parser

2001-04-05 Thread Angus Rose
Title: RE: XML Data Binding vs. Using XML Parser Try Electric XML - www.theelectricmind.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 05 April 2001 05:38 To: [EMAIL PROTECTED] Subject: XML Data Binding vs. Using XML Parser Hello, I am a newbie to