Open XML and JavaScript
This page contains a summary of all content about using Open XML from JavaScript.
Link | Summary |
Screen-cast: Working with Open XML using JavaScript | This screen-cast shows a small proof-of-concept example that uses JavaScript to open, modify, and save an Open XML document. The screen-cast introduces some small Flash modules that enable uploading a file from the local file system into JavaScript data, and saving an Open XML document from JavaScript to the local file system. |
LINQ to XML for JavaScript | Introduces LINQ to XML for JavaScript (Ltxml.js), which enables you to write much more expressive XML manipulation code, in the style of LINQ to XML for .NET |
Gaining Performance through Atomization | Introduces XNamespace and XName atomization, and describes the implementation of atomization in Ltxml.js. |