This version adds the XPATHATTR command to operate on attributes of an XPATH expression nodeset rather than elements. For example: XPATHATTR SET password //blah<TAB>1 would create the “password” attribute with a value of “1″ for every “blah” element in the…