Fixed bug where children of an ELEM tag that had 2 or more indexes would
also be given an index number of 1 when they shouldn't (i.e. two main tags >product<, each with
a child >title< would have an index of [1] for the first product and [2] for the second product,
but the title would also get an index of [1] (which it shouldn't get)
Fixed bug where stsXML_DeleteNode would collapse a parent node to an empty tag when
there were two children of the parent node and one child was deleted
Added ability to pass a simple number as a node number, and have it expanded to a full
node ID (so if you pass "2" for a node number, it counts as "2.0")
|