js.rst
changeset 705 70614d4947ca
parent 695 2667994643de
child 735 5c437e2d5fe1
--- 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
+