source: Dev/branches/rest-dojo-ui/client/dojox/xml/README @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

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