XML for <SCRIPT>.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 16 Nov 2010 15:45:51 +0200
changeset 705 70614d4947ca
parent 704 6f0098045fd5
child 706 4ce0f742db1a
child 713 26d32cdbd408
XML for <SCRIPT>.
js.rst
--- a/js.rst	Tue Nov 16 14:58:09 2010 +0200
+++ b/js.rst	Tue Nov 16 15:45:51 2010 +0200
@@ -31,3 +31,22 @@
                 The JavaScript Minifier
   http://developer.yahoo.com/yui/compressor/
                 YUI Compressor
+
+* XML processing from js.
+
+** XML for <SCRIPT>.
+
+Powerful, standards-compliant JavaScript XML parser that is designed to help web application
+designers implement cross platform applications that take advantage of client-side manipulation of
+XML data. XML for <SCRIPT> provides a full suite of tools, including:
+
+ * A standards-compliant W3C DOM Level 2 processor
+ * An XPath processor
+ * A standards-compliant SAX processor
+ * A simple (classic) DOM processor
+ * Proxies for XML retrieval from any domain
+ * Utilities for XML and application development
+
+  http://xmljs.sourceforge.net/
+                home page
+