Re: XML editor using MFC

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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
.



Relevant Pages

  • Re: XML editor using MFC
    ... ambiguities in computer systems arise. ... My recommendation would be to use an existing XML parser. ...
    (microsoft.public.vc.mfc)
  • Re: XML editor using MFC
    ... but I'd stay away from it unless you need to support using a DTD. ... My recommendation would be to use an existing XML parser. ...
    (microsoft.public.vc.mfc)
  • Parsing XML data
    ... Any recommendation for a simple XML parser? ... I've been playing with Open ... David ...
    (borland.public.delphi.thirdpartytools.general)