eina: add Eina_Simple_Xml parser by Gustavo.
authorcedric <cedric>
Wed, 6 Apr 2011 10:14:03 +0000 (10:14 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 6 Apr 2011 10:14:03 +0000 (10:14 +0000)
commita34ab23a432f4ed68b4143c80ef69e9cd5a2c333
tree9e44b31e835b0adf2f47ef4cf62d23feef5a74a5
parent558c89182944e1b926265fd1de2a1a7e29cd500c
eina: add Eina_Simple_Xml parser by Gustavo.

TODO: fix docs (but today, eina doc need some love again)
      use iconv and handle encoding (can get entity-to-utf8 from evas)
      description of what to do at :
http://marc.info/?l=enlightenment-devel&m=129975452006699&w=3

NOTE: this mean this API is not stable yet and will be broken soon.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eina@58387 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
ChangeLog
src/include/Makefile.am
src/include/eina_simple_xml_parser.h [new file with mode: 0644]
src/lib/Makefile.am
src/lib/eina_main.c
src/lib/eina_private.h
src/lib/eina_simple_xml_parser.c [new file with mode: 0644]