Amiga.org
		Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: Glaucus on November 21, 2002, 08:50:55 PM
		
			
			- 
				Well, the subject says it all.  AS a developer I'd like to be able to store all my config data in a nice XML file.  The question is, is there an xml.library (or something like it) that I can use to parse XML files?  It doesn't need to be complete, just something simple would do.  Any suggestions?
 
 - Mike
 
- 
				Maybe the Linux world has something you could port...
			
- 
				When I did my Master's Thesis Work, I searched for compact XML parsers for an embedded system. I found a bunch of open-source solutions in ANSI-C which should compile without any problems on Amiga. Search for XML at sourceforge.net... :)
 
 There seems to be some XML solutions for Amiga too:
 http://wuarchive.wustl.edu/~aminet/aminet.cgi?string=xml
- 
				I searched this thing called Aminet, here is what I found :
 
 expat-dev.lha      dev/c       86K  10 Shared library to parse XML
 tox.lha            dev/c       19K   3 Simple tokenizer for XML
 expat-1.95.2.lha   dev/gg     171K   9 Expat,  C library for parsing XML
 libxml2-2.4.19.lha dev/gg     2.5M   9 XML parser
 expat-src.lha      dev/src    172K  10 Shared library to parse XML
 xmlookup.lha       mods/xm    4.4M 390 Mod
 xsltproc.lha       text/misc  314K  33 XSLT processor, transform an XML file with a
 MXMLib.lha         util/libs   47K 650 Library of basic support functions. V34.14
 expat-usr.lha      util/libs   39K  10 Shared library to parse XML
 
- 
				Well, I found libxml on Aminet.  Has anyone here used it?  I looked at some example code and it seems simple enough.  I'll have to try it out and see how it works....
 
 - Mike
 
- 
				Okay, thanks guys.  That should teach me to search Aminet BEFORE asking for help!  :-)
 
 - Mike
 
- 
				Yes, there will be an XML service in OS4. 
 
 Thomas