MaXML - An XML module for BlitzMax

BlitzMax Forums/BlitzMax Programming/MaXML - An XML module for BlitzMax

John J.(Posted 2005) [#1]
Just in case you haven't recently checked the Blitz Showcase, I've just released MaXML, a XML loading/manipulating/saving module for BlitzMax.

Click here to view MaXML

Please feel free to post any questions or comments you have regarding MaXML here or in the blitz showcase thread.


QuietBloke(Posted 2005) [#2]
Im not too hot on xml but shouldn't the example read

<?xml version="1.0"?>
<root>
  <info>
    <title>Test World</title>
    <author>JohnJ</author>
    <description>This is a test file in XML format used to test the BlitzXML loader/saver library.</description>
  </info>
  <miscinfo count="1" />
</root>




so you only have 1 root item. This version displays in explorer now and your example program parses it fine.

Anyway.... thanx for this... It seems to be exactly what Im after.


bradford6(Posted 2005) [#3]
maxML Version 1.81 is spot on! example works fine.