Re: XML editor using MFC
- From: David Lowndes <DavidL@xxxxxxxxxxxxxxx>
- Date: Mon, 03 Dec 2007 23:41:37 +0000
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
.
- Follow-Ups:
- Re: XML editor using MFC
- From: Joseph M . Newcomer
- Re: XML editor using MFC
- From: chobhe . amruta
- Re: XML editor using MFC
- References:
- XML editor using MFC
- From: adiideas
- Re: XML editor using MFC
- From: Joseph M . Newcomer
- XML editor using MFC
- Prev by Date: Re: Assembling Visual Studio generated listing files
- Next by Date: Re: WS_CAPTION. WS_SYSMENU and borderless dialog -- a different pr
- Previous by thread: Re: XML editor using MFC
- Next by thread: Re: XML editor using MFC
- Index(es):
Relevant Pages
|
Loading