Libxml error "invalid argument"

BlitzMax Forums/Brucey's Modules/Libxml error "invalid argument"

Firstdeathmaker(Posted 2010) [#1]
Hi,

im using bah.libxml version 1.14.

When I load an xml file I created before, sometimes I get this error (Im using the example error function):



DebugLog:+++++++++ Callback :-) ++++++++
DebugLog:message: Invalid argument
DebugLog:level : 2
DebugLog:file :
DebugLog:line : 0
DebugLog:xtra : data\savegames\Decrayer.xml
DebugLog:column : 0


This error occurs, if it occurs, multiple times (but not a constant number of times)

The content of the file Im trying to parse is:

<?xml version="1.0"?>
<TPlayer name="Decrayer" shiptype="cruiser"/>


The content is parsed correctly, I get all the values, but neverthelesss this error is annoying. Can someone tell me what I did wrong or where the error could come from?