MINERVA/ETC
2014. 4. 1. 01:26
반응형
개발을 하다보면, Xml Parser 때문에 고민을 하게 되는 경우가 있다. 개발자마다 조금씩 원하는 기능에 차이가 있을 수는 있지만, 아래의 조건이 필수 공통 사항이라고 판단된다. 개인적으로 XmlParser 를 추천함.
[원하는 라이브러리 조건]
1. Cross platform(Unix/Linux/Window)
2. Easy use ==> 가장 중요
3. Fast & Small
(장점) 단지 2개의 파일만 프로젝트에 포함하면 됨: XmlParser.cpp/XmlParser.h
http://www.applied-mathematics.net/tools/xmlParser.html
(또다른 유명한 xml library)
http://sourceforge.net/projects/tinyxml
http://xerces.apache.org/xerces-c/
http://www.firstobject.com/dn_markup.htm
http://xmlparselib.sourceforge.net/
반응형