Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 725 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 725 Bytes

Libxmljs

LibXML bindings for Google's v8 javascript engine.

It also plays nicely with [[node.js|http://nodejs.org/]]

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