GithubHelp home page GithubHelp logo

xmlgoo's Introduction

##libxml2 โ†” node.js

This library exposes functionality implemented in libxml2 as functions and objects in node.js

####As simple as possible

A very small subset

Only the most basic functionality has been implemented. For example, there is no support for namespaces, nor is there support for manipulating CDATA sections.

Dumb C++

The C++ has been kept as simple as we possibly can. It looks more like a C program than a C++ program. In certain cases, simpler implementation has been preferred over the most performant algorithm. e.g. We used a linked-list of nodes instead of a balanced binary tree.

Tested

Functional tests

There is a suite of over 200 scripted tests which have been designed to help protect the code from faulting.

Memory leak tested

One of the drivers for this library is that available adapters for libxml2 leak quite badly under moderate load. This code is being run in a production system which undergoes load tests to detect memory leaks.

TDB - Mapping of xmlgoo functions to libxml2 functions

Versions

1.0.4

  1. Upgrade includes to support gcc > 4.6

1.0.3

  1. Fixed bug whereby selectSingleNode (using and attribute match) would return an invalid node (and subsequently fault).

1.0.2

  1. Incorrect validation behaviour of .setAttribute changed so that you can now pass an empty string as the value
  2. A few bits and pieces to clean up tests

xmlgoo's People

Contributors

goofballlogic avatar nearstate avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.