According to the helpfile, the syntax for using the command ReplaceChild in the XMLTools package is ReplaceChild(spec, XMLtree) where spec is an equation which is acceptable to subsop(). However, when I try to do this: XMLTools:-ReplaceChild( [1,1]="foo", doc); where doc is an XMLtree I have previously defined, I receive this error message: Error, (in ReplaceChild) child position must be specified as a positive integer, but received [1, 1]. Sounds like yet another oversight in XMLTools.

Please Wait...