[483] | 1 | ------------------------------------------------------------------------------- |
---|
| 2 | DojoX XML Utilities |
---|
| 3 | ------------------------------------------------------------------------------- |
---|
| 4 | Version 0.1 |
---|
| 5 | Release date: 05/30/2007 |
---|
| 6 | ------------------------------------------------------------------------------- |
---|
| 7 | Project state: |
---|
| 8 | experimental |
---|
| 9 | ------------------------------------------------------------------------------- |
---|
| 10 | Credits |
---|
| 11 | Tom Trenka (ttrenka@gmail.com): DomParser |
---|
| 12 | |
---|
| 13 | ------------------------------------------------------------------------------- |
---|
| 14 | Project description |
---|
| 15 | |
---|
| 16 | The goal of DojoX XML Utilities is provide differing XML utilities for use |
---|
| 17 | in various places. Currently this includes a native JS DomParser, but will |
---|
| 18 | most likely be expanded to include things as dealing with x-browser forks |
---|
| 19 | (like the Sarissa project), various DOM utilites, and more. |
---|
| 20 | ------------------------------------------------------------------------------- |
---|
| 21 | Dependencies: |
---|
| 22 | |
---|
| 23 | DojoX XML relies only on the Dojo Base package system. |
---|
| 24 | ------------------------------------------------------------------------------- |
---|
| 25 | Documentation |
---|
| 26 | |
---|
| 27 | None at the time of writing. The only object is dojox.xml.DomParser (a singleton), |
---|
| 28 | which has one method: parse: |
---|
| 29 | |
---|
| 30 | dojox.xml.DomParser.parse(xmlString) |
---|
| 31 | ------------------------------------------------------------------------------- |
---|
| 32 | Installation instructions |
---|
| 33 | |
---|
| 34 | Grab the following from the Dojo SVN Repository: |
---|
| 35 | http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/xml/* |
---|
| 36 | |
---|
| 37 | Install into the following directory structure: |
---|
| 38 | /dojox/xml/ |
---|
| 39 | |
---|
| 40 | ...which should be at the same level as your Dojo checkout. |
---|