Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] A question about XML
- Date: Wed, 30 May 2007 13:09:34 +0900
- From: Darren Cook <darren@example.com>
- Subject: Re: [tlug] A question about XML
- References: <AA0639A1EB70AE409130258CE7BDC31806646B54@messenger.cv63.navy.mil>
- User-agent: Thunderbird 1.5.0.10 (X11/20070301)
> Read and write is needed. I prefer in this case things related > to C and C++. ... If the read/write are both primarily by your own software, and you are comfortable with C++, you might also want to consider Boost.Serialization ( http://www.boost.org/libs/serialization/doc/index.html ). It is very easy to use, and I've been using it extensively. It can read/write in a binary, a text and an XML format. The XML is basically just a more human-readable view of the other formats however; it isn't intended for general use (e.g. it wouldn't be good as a config file, as comments would get lost the next time it is read and rewritten). There still seems to be no Boost.XML library, so the choices seem to be libxml2 [1], Xerces [2] or expat [3]. (But up to now I've always used PHP for serious XML work.) Darren [1]: http://xmlsoft.org/ [2]: http://xml.apache.org/xerces-c/index.html [3]: expat 1.2: http://www.jclark.com/xml/expat.html expat 2.0: http://expat.sourceforge.net/
- References:
- Re: [tlug] A question about XML
- From: burlingk
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] A question about XML
- Next by Date: Re: [tlug] *Small* NAT/DMZ/LAN h/w suggestions?
- Previous by thread: Re: [tlug] A question about XML
- Next by thread: [tlug] Re: Software for histograms, pie charts, etc.
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links