Hi,
irrXml's float parser (getAttributeValueAsFloat) has a severe problem if there are too many digits for a single float in the XML file. It returns values that doesn't have anythig to do with the value in the XML.
Examle: <Cylinder radius="0.499999970198">
This was generated by a Python script used in Blender. Of course nobody needs so much precision, but it would be useful to be able to parse generated XML files without preprocessing them or changing the scripts that generate them.
Bye, David