- For get child node : node.childName is the same as node.getChild('childName') unless the childName is the same as any supported function.
- For get attribute value : node['@attrName'] is the same as node.getAttribute('attrName')
2009/09/25
New Feature for modify XML with java script
Next major release will support this feature (replace the Modify element wizard) , so user can write java script to perform complex modification.
A variable named node is created automatic. It represented the selected node in dialog box.
The node object will provide lots of function(Detail can be found here).
Most of get methods are W3C API like... and additional support:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment