Skip to content

Commit

Permalink
Links to correct XML parser in README (sax.js).
Browse files Browse the repository at this point in the history
  • Loading branch information
baalexander committed Jan 22, 2012
1 parent c2c6e81 commit 59a324e
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Expand Up @@ -2,13 +2,12 @@

The xmlrpc module is a pure JavaScript XML-RPC server and client for node.js.

Pure JavaScript means that the [XML
parsing](https://github.com/robrighter/node-xml) and [XML
building](https://github.com/robrighter/node-xml) use pure JavaScript libraries,
so no extra C dependencies or build requirements. The xmlrpc module can be used
as an XML-RPC server, receiving method calls and responding with method
responses, or as an XML-RPC client, making method calls and receiving method
responses, or as both.
Pure JavaScript means that the [XML parsing](https://github.com/isaacs/sax-js)
and [XML building](https://github.com/robrighter/node-xml) use pure JavaScript
libraries, so no extra C dependencies or build requirements. The xmlrpc module
can be used as an XML-RPC server, receiving method calls and responding with
method responses, or as an XML-RPC client, making method calls and receiving
method responses, or as both.


## The How
Expand Down

0 comments on commit 59a324e

Please sign in to comment.