ltxmljs - LINQ to XML for JavaScriptProject DescriptionThis project is an XML processing library for JavaScript that is inspired by and largely similar to the LINQ to XML library for .NET.
News
- Just released version 1.0 - Beta 2
- Better support for Node, RequireJS, and JQuery
- Better serialization
- Blog post / video introducing this release at OpenXMLDeveloper.org
Features
- Largely compatible with LINQ to XML for .NET
- Based on the excellent linqjs project
- Support for node.js
- Support for many of the same idioms of LINQ to XML, including:
- Functional construction
- Data-centric transforms
- Document-centric transforms using recursive pure functional transformations