Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: Glaucus on November 21, 2002, 08:50:55 PM

Title: XML for AmigaOS
Post 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
Title: Re: XML for AmigaOS
Post by: Xand on November 21, 2002, 08:57:59 PM
Maybe the Linux world has something you could port...
Title: Re: XML for AmigaOS
Post by: wolfie on November 21, 2002, 09:00:43 PM
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
Title: Re: XML for AmigaOS
Post by: blubbe on November 21, 2002, 09:01:01 PM
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
Title: Re: XML for AmigaOS
Post by: Glaucus on November 21, 2002, 09:02:01 PM
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
Title: Re: XML for AmigaOS
Post by: Glaucus on November 21, 2002, 09:04:13 PM
Okay, thanks guys.  That should teach me to search Aminet BEFORE asking for help!  :-)

  - Mike
Title: Re: XML for AmigaOS
Post by: EntilZha on November 25, 2002, 01:35:25 PM
Yes, there will be an XML service in OS4.

Thomas