/libxmljs

libxml bindings for v8 javascript engine

Primary LanguageC++MIT LicenseMIT

Libxmljs

LibXML bindings for Google's v8 javascript engine.

It also plays nicely with node.js

Basics

API

Some examples below or check out the full http://github.com/polotek/libxmljs/wiki

Requirements

  • libxml
  • v8 (for the standalone version)
  • node.js (for the node.js version, v8 comes bundled)

Building

To build the node.js plugin use:

make libxmljs.node

To run tests:

make test