MaXML - An XML module for BlitzMax
BlitzMax Forums/BlitzMax Programming/MaXML - An XML module for BlitzMax
| ||
| 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. |
| ||
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. |
| ||
| maxML Version 1.81 is spot on! example works fine. |