]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/xml/README
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / xml / README
diff --git a/static/dojo-release-1.1.1/dojox/xml/README b/static/dojo-release-1.1.1/dojox/xml/README
new file mode 100644 (file)
index 0000000..3fa05e6
--- /dev/null
@@ -0,0 +1,40 @@
+-------------------------------------------------------------------------------\r
+DojoX XML Utilities\r
+-------------------------------------------------------------------------------\r
+Version 0.1\r
+Release date: 05/30/2007       \r
+-------------------------------------------------------------------------------\r
+Project state:\r
+experimental\r
+-------------------------------------------------------------------------------\r
+Credits \r
+       Tom Trenka (ttrenka@gmail.com): DomParser\r
+       \r
+-------------------------------------------------------------------------------\r
+Project description\r
+\r
+The goal of DojoX XML Utilities is provide differing XML utilities for use\r
+in various places.  Currently this includes a native JS DomParser, but will\r
+most likely be expanded to include things as dealing with x-browser forks\r
+(like the Sarissa project), various DOM utilites, and more.\r
+-------------------------------------------------------------------------------\r
+Dependencies:\r
+\r
+DojoX XML relies only on the Dojo Base package system.\r
+-------------------------------------------------------------------------------\r
+Documentation\r
+\r
+None at the time of writing.  The only object is dojox.xml.DomParser (a singleton),\r
+which has one method: parse:\r
+\r
+dojox.xml.DomParser.parse(xmlString)\r
+-------------------------------------------------------------------------------\r
+Installation instructions\r
+\r
+Grab the following from the Dojo SVN Repository:\r
+http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/xml/*\r
+\r
+Install into the following directory structure:\r
+/dojox/xml/\r
+\r
+...which should be at the same level as your Dojo checkout.\r