Re: XML editor using MFC
- From: chobhe.amruta@xxxxxxxxx
- Date: Mon, 3 Dec 2007 19:40:03 -0800 (PST)
On Dec 4, 4:41 am, David Lowndes <Dav...@xxxxxxxxxxxxxxx> wrote:
Parsing XML is trivial.
Parsing almost *any* text representation is rarely trivial in my
experience. It's probably the #1 situation where inconsistencies and
ambiguities in computer systems arise. Having said that, XML is much
better structured than most text files! :)
My recommendation would be to use an existing XML parser. Don't bother
writing your own - it'll be buggier than an existing popular
implementation where people have undoubtedly spent a large amount of
time and effort on it.
Dave
which is this existing code of xml parser do you mean? please
recommend that. thanks
.
- Follow-Ups:
- Re: XML editor using MFC
- From: David Lowndes
- Re: XML editor using MFC
- From: Tom Serface
- Re: XML editor using MFC
- References:
- XML editor using MFC
- From: adiideas
- Re: XML editor using MFC
- From: Joseph M . Newcomer
- Re: XML editor using MFC
- From: David Lowndes
- XML editor using MFC
- Prev by Date: XML editor using MFC
- Next by Date: Re: XML editor using MFC
- Previous by thread: Re: XML editor using MFC
- Next by thread: Re: XML editor using MFC
- Index(es):
Relevant Pages
|