tree: fc4868b4857e44d7bc339fbdb011d55d7e554098 [path history] [tgz]
  1. lib/
  2. node_modules/
  3. tests/
  4. .npmignore
  5. .travis.yml
  6. CHANGES.md
  7. LICENSE.txt
  8. Makefile
  9. NOTICE
  10. package.json
  11. README.md
node_modules/elementtree/README.md

node-elementtree

node-elementtree is a Node.js XML parser and serializer based upon the Python ElementTree v1.3 module.

Installation

$ npm install elementtree

Using the library

For the usage refer to the Python ElementTree library documentation - http://effbot.org/zone/element-index.htm#usage.

Supported XPath expressions in find, findall and findtext methods are listed on http://effbot.org/zone/element-xpath.htm.

Build status

Build Status

License

node-elementtree is distributed under the Apache license.