From: Kim Nguyễn Date: Fri, 19 Oct 2012 13:09:11 +0000 (+0200) Subject: Fix handling of subtree_elements. Make the function constant time X-Git-Url: http://git.nguyen.vg/gitweb/?a=commitdiff_plain;h=158789da8352e9ad2ee3feeb39f59e5f64343438;hp=158789da8352e9ad2ee3feeb39f59e5f64343438;p=SXSI%2FXMLTree.git Fix handling of subtree_elements. Make the function constant time by making use of the internal representation (no need to remove all the attribute tags one by one but only remove twice the number of attribute-data tags). ---