Skip to content

mooosu/libxmljs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

264 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

libxml bindings for v8 javascript engine

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 46.0%
  • JavaScript 31.1%
  • C 11.9%
  • Python 11.0%