90cee3c29a161776053e22dd160e29d983553ba5.svn-base 1.5 KB

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