Small Bug in the Xml Parser

Started by Dan MacDonald, June 19, 2006, 10:44:55 AM

Previous topic - Next topic

Dan MacDonald

if you have an xml node element like the following

<mesh name="myMesh" path="/blah/blah/blah.3ds">
     <rotation x="25" y="0" z="0" />
</mesh>

The parser will never percieve mesh as having any children. I assume this is because of the '/'  characters in the attribute value, the parser assumes the mesh element is self closing. If i remove the path attribute the parser will correctly be able to read the rotation node.

EgonOlsen

Ahem...yes, what a stupid bug. Well, here's a new jar that hopefully fixes it: http://www.jpct.net/download/beta/jpct.jar


EgonOlsen

The fix was flawed...:oops:..i've uploaded a new version of that jar that hopefully fixes it.