The XMLTools package appears to use a DOM parser.  This requires that all of the XML data be loaded into memory and parsed before it can be used.  This is less efficient than a SAX or stream-based parser that operates on only parts of the XML tree at a time.  It would be a useful enhancment to include SAX based parsing in Maple.


Please Wait...