xmlobject
Revision 89
2004-12-08 12:38:54 +0100 (Wed, 08 Dec 2004) (phil)
- added polymorphism support in ListNode
- CSS enhancements (removed hover behavior)
- rah i need to finish that doco !! :(
trunk/EaseXML/Nodes.py
trunk/EaseXML/TypedList.py
trunk/docs/README
trunk/tests/test.py
trunk/www/default.css
trunk/www/index.txt
Revision 88
2004-12-02 09:09:53 +0100 (Thu, 02 Dec 2004) (phil)
Still on docs :(
trunk/Changelog
trunk/EaseXML/main.py
trunk/docs/README
trunk/examples/rss.py
trunk/www/default.css Revision 87
2004-12-01 09:21:08 +0100 (Wed, 01 Dec 2004) (phil)
- small fixes around forEach method
- few more steps in documentation
trunk/EaseXML/DTDImport.py
trunk/EaseXML/Node.py
trunk/EaseXML/Validation/Schema.py
trunk/EaseXML/Validation/__init__.py
trunk/EaseXML/main.py
trunk/clean
trunk/docs/README
trunk/docs/makeAPIDoc.py
trunk/examples/rss.py
trunk/tests/test.py
trunk/www/default.css Revision 86
2004-11-25 09:31:25 +0100 (Thu, 25 Nov 2004) (phil)
doc half-rewritten :)
adapting examples and dropping old logo image
trunk/TODO
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/PrettyXMLPrinter.py
trunk/XMLObject/main.py
trunk/docs/README
trunk/examples/rss.py
trunk/examples/xxx.py
trunk/www/xmlobject.png Revision 85
2004-11-24 18:09:41 +0100 (Wed, 24 Nov 2004) (phil)
- Starting to change XMLObject references to EaseXML. References to the
XMLObject class and instances will remain.
- a little bugfix in PrettyXMLPrinter related to comments regexes
trunk/Changelog
trunk/INSTALL
trunk/XMLObject/Attributes.py
trunk/XMLObject/DTDImport.py
trunk/XMLObject/MixedList.py
trunk/XMLObject/Namespace.py
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/PrettyXMLPrinter.py
trunk/XMLObject/TypedList.py
trunk/XMLObject/Validation/Schema.py
trunk/XMLObject/__init__.py
trunk/XMLObject/main.py
trunk/XMLObject/utils.py
trunk/clean
trunk/deploy
trunk/examples/ns.py
trunk/examples/playlist.py
trunk/examples/rss.py
trunk/examples/xsl.py
trunk/examples/xxx.py
trunk/setup.py
trunk/tests/test.py
trunk/tests/xbelTest.py
trunk/www/easexml.png
trunk/www/easexml.svg
trunk/www/index.txt
trunk/www/xmlobject-big.png
trunk/www/xmlobject-small.png Revision 84
2004-11-18 09:05:17 +0100 (Thu, 18 Nov 2004) (phil)
- to/from dict API
- forEach bugFix
- new unit-tests
- re-worked type-checking system
trunk/Changelog
trunk/XMLObject/Attributes.py
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/TypedList.py
trunk/XMLObject/main.py
trunk/setup.py
trunk/tests/test.py Revision 83
2004-11-17 17:01:51 +0100 (Wed, 17 Nov 2004) (phil)
ChoiceNode XML output bugFix
trunk/XMLObject/Nodes.py Revision 82
2004-11-17 10:07:20 +0100 (Wed, 17 Nov 2004) (phil)
ChoiceNode list-assignement bug-fix
trunk/XMLObject/Nodes.py Revision 81
2004-11-17 09:53:38 +0100 (Wed, 17 Nov 2004) (phil)
- getDict / fromDict methods
- forEach method
trunk/XMLObject/MixedList.py
trunk/XMLObject/TypedList.py
trunk/XMLObject/main.py
trunk/tests/test.py Revision 80
2004-11-11 22:30:27 +0100 (Thu, 11 Nov 2004) (phil)
Oops we're not in October at all
trunk/www/index.txt Revision 79
2004-11-11 22:26:14 +0100 (Thu, 11 Nov 2004) (phil)
News about Solaris XMLObject package
trunk/www/index.txt Revision 78
2004-11-11 21:58:39 +0100 (Thu, 11 Nov 2004) (tobixen)
removed a warning while running tests
trunk/tests/test.py Revision 77
2004-11-11 21:48:08 +0100 (Thu, 11 Nov 2004) (tobixen)
added one more Unicode test
trunk/tests/test.py Revision 76
2004-11-11 21:31:59 +0100 (Thu, 11 Nov 2004) (phil)
- reindented code correctly (using reindent.py)
- renamed _orderNodes to _nodesOrder
- renamed _orderAttrs to _attrsOrder
trunk/XMLObject/Attributes.py
trunk/XMLObject/CodeGeneratorBackend.py
trunk/XMLObject/DTDImport.py
trunk/XMLObject/MixedList.py
trunk/XMLObject/Namespace.py
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/PrettyXMLPrinter.py
trunk/XMLObject/TypedList.py
trunk/XMLObject/Validation/Schema.py
trunk/XMLObject/Validation/__init__.py
trunk/XMLObject/__init__.py
trunk/XMLObject/classregistry.py
trunk/XMLObject/main.py
trunk/tests/test.py Revision 75
2004-11-08 09:58:31 +0100 (Mon, 08 Nov 2004) (phil)
- new _unicodeOutput boolean option
- Python2.1 detection -> RuntimeError
- preparing a new release (ChangeLog,..)
trunk/CONTRIBUTORS
trunk/Changelog
trunk/XMLObject/Nodes.py
trunk/XMLObject/__init__.py
trunk/XMLObject/main.py
trunk/tests/test.py Revision 74
2004-11-05 09:30:20 +0100 (Fri, 05 Nov 2004) (phil)
- started improving the documentation
- new hook method, XMLObject._init() executed at the end of
instantiation
- bugFix: Node's parentType was overriden by sub-classes, and thus
"super-Nodes" were also modified. Now copies of super-Nodes are used
instead of super-Nodes themselves.
- new Node type : ProcessingInstructionNode
trunk/TODO
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/PrettyXMLPrinter.py
trunk/XMLObject/main.py
trunk/docs/README
trunk/examples/playlist.py
trunk/examples/rss.py
trunk/examples/xsl.py
trunk/tests/test.py Revision 73
2004-11-02 14:29:58 +0100 (Tue, 02 Nov 2004) (phil)
- Two new facultative XMLObject class attributes:
* _orderNodes, a list of Node (TextNode, ListNode, RawNode, CommentNode, ...) names
* _orderAttrs, a list of Attributes (StringAttribute, IntegerAttribute, ...) names
Those are usefull when the user wants to output XMLObject contents in a
given order.
trunk/XMLObject/main.py
trunk/examples/rss.py
trunk/tests/test.py Revision 72
2004-10-30 23:13:49 +0200 (Sat, 30 Oct 2004) (phil)
Dummy thing here
tags/release-0.1.3/trunk/ Revision 71
2004-10-30 23:08:00 +0200 (Sat, 30 Oct 2004) (phil)
It should now be impossible to define multiple Node with the main keyword
set to True in the same XMLObject
trunk/XMLObject/main.py Revision 70
2004-10-30 23:02:05 +0200 (Sat, 30 Oct 2004) (phil)
- mainNode hook replaced by a boolean keyword 'main' to pass in
parameter of the Node you want to behave as the main One.
- added __eq__ and __ne__ methods to XMLObject class ...
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/main.py
trunk/tests/test.py Revision 69
2004-10-29 09:26:31 +0200 (Fri, 29 Oct 2004) (phil)
- Multi-line CDATA printing patch from Kevin Dahlhausen
- Zero value IntegerAttribute bugFix. Reported by Niklas Volbers
trunk/XMLObject/Attributes.py
trunk/XMLObject/PrettyXMLPrinter.py
trunk/XMLObject/main.py Revision 68
2004-10-25 09:09:09 +0200 (Mon, 25 Oct 2004) (phil)
BugFix for RawNode value == 0 didn't appeared in XML output. Thanks to Brian
Gue for noticing the bug
trunk/XMLObject/Nodes.py Revision 67
2004-10-21 18:56:10 +0200 (Thu, 21 Oct 2004) (tobixen)
prettyprint option
trunk/XMLObject/main.py
trunk/tests/test.py Revision 66
2004-10-08 09:42:22 +0200 (Fri, 08 Oct 2004) (tobixen)
getDict and testDict. But do we need them? Commented-out code as for now.
trunk/XMLObject/main.py Revision 65
2004-10-08 05:15:38 +0200 (Fri, 08 Oct 2004) (tobixen)
tests on comparing XMLObject and None
trunk/tests/test.py Revision 64
2004-10-08 04:49:17 +0200 (Fri, 08 Oct 2004) (tobixen)
added one more comment
trunk/tests/test.py Revision 63
2004-10-08 04:47:01 +0200 (Fri, 08 Oct 2004) (tobixen)
added some broken tests, illustrating how I'd like the unicode support to work. Also set up svn to ignore *.pyc
trunk/
trunk/XMLObject/Validation/
trunk/docs/
trunk/examples/
trunk/tests/
trunk/tests/test.py
trunk/www/ Revision 62
2004-10-07 12:27:47 +0200 (Thu, 07 Oct 2004) (tobixen)
bugfix. Will write a test for this, as well.
trunk/XMLObject/main.py Revision 61
2004-10-07 11:41:58 +0200 (Thu, 07 Oct 2004) (tobixen)
inserting .. into path
trunk/examples/rss.py Revision 60
2004-10-07 11:38:13 +0200 (Thu, 07 Oct 2004) (tobixen)
I think Adam Lowry also is worthy an entry here
trunk/CONTRIBUTORS Revision 59
2004-10-06 18:02:56 +0200 (Wed, 06 Oct 2004) (phil)
grr
tags/0.1.3/ Revision 58
2004-10-06 18:02:26 +0200 (Wed, 06 Oct 2004) (phil)
Arg really tagged the 0.1.3 release
tags/0.1.3/ Revision 57
2004-10-06 18:01:56 +0200 (Wed, 06 Oct 2004) (phil)
Tagged the 0.1.3 release
tags/release-0.1.3/trunk/ Revision 56
2004-10-06 18:00:06 +0200 (Wed, 06 Oct 2004) (phil)
Tagged the 0.1.3 release
tags/release-0.1.3/ Revision 55
2004-10-06 17:58:02 +0200 (Wed, 06 Oct 2004) (phil)
dropped old tag
tags/release-0.1.3/ Revision 54
2004-10-06 17:48:30 +0200 (Wed, 06 Oct 2004) (phil)
Fixed the broken unit-test (about left recursivity in ChoiceNode) and renammed the ValueError raised to a LeftRecursionError
trunk/XMLObject/Nodes.py
trunk/tests/test.py Revision 53
2004-10-06 14:58:46 +0200 (Wed, 06 Oct 2004) (tobixen)
'moved' the failure from one test to another
trunk/XMLObject/Attributes.py
trunk/XMLObject/main.py
trunk/tests/test.py Revision 52
2004-10-06 09:43:29 +0200 (Wed, 06 Oct 2004) (phil)
Tagging the 0.1.3 release
tags/release-0.1.3/ Revision 51
2004-10-06 09:41:13 +0200 (Wed, 06 Oct 2004) (phil)
- finished unicode support
- website update for 0.1.3
trunk/Changelog
trunk/XMLObject/Attributes.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/main.py
trunk/XMLObject/utils.py
trunk/docs/README
trunk/examples/playlist.py
trunk/examples/rss.py
trunk/setup.py
trunk/www/index.txt Revision 50
2004-10-05 18:10:01 +0200 (Tue, 05 Oct 2004) (phil)
- preparing release (doc updates, build scripts)
- trying to finalize that f*cking unicode support
- one unit-test now fails (None StringAttribute)
trunk/Changelog
trunk/XMLObject/Attributes.py
trunk/XMLObject/Namespace.py
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/main.py
trunk/XMLObject/utils.py
trunk/deploy
trunk/docs/README
trunk/docs/buildDoc
trunk/docs/makeAPIDoc.py
trunk/examples/playlist.py
trunk/examples/rss.py
trunk/www/default.css
trunk/www/fixLinks.sh
trunk/www/index.txt
trunk/www/oldNews.txt Revision 49
2004-10-04 13:53:58 +0200 (Mon, 04 Oct 2004) (tobixen)
cmp should not break if other object is None
trunk/XMLObject/main.py Revision 48
2004-09-30 12:21:08 +0200 (Thu, 30 Sep 2004) (tobixen)
Replaced some tabs with 8 spaces. (some people think tab should be equivalent with 4 spaces in python code - best to avoid tabs at all, to avoid problems)
trunk/XMLObject/Nodes.py Revision 47
2004-09-28 15:15:07 +0200 (Tue, 28 Sep 2004) (tobixen)
fixed path problem; better to use insert than append
trunk/tests/test.py Revision 46
2004-09-27 09:11:20 +0200 (Mon, 27 Sep 2004) (phil)
- Fixed the _name issue
- new RSS example
trunk/XMLObject/MixedList.py
trunk/XMLObject/Namespace.py
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/TypedList.py
trunk/XMLObject/classregistry.py
trunk/XMLObject/main.py
trunk/examples/ns.py
trunk/examples/rss.py
trunk/examples/xxx.py
trunk/tests/test.py Revision 45
2004-09-25 15:44:16 +0200 (Sat, 25 Sep 2004) (phil)
Website update ... RSS feed, ml archives
trunk/www/index.txt Revision 44
2004-09-24 13:26:46 +0200 (Fri, 24 Sep 2004) (phil)
XMLObject's naming is broken !! Try to avoid uting _name attributes
trunk/XMLObject/Nodes.py
trunk/XMLObject/classregistry.py
trunk/XMLObject/main.py Revision 43
2004-09-24 10:12:45 +0200 (Fri, 24 Sep 2004) (phil)
Tagged the 0.1.2 release
tags/release-0.1.2/ Revision 42
2004-09-24 10:12:26 +0200 (Fri, 24 Sep 2004) (phil)
Tagged the 0.1.1 release
tags/release-0.1.1/ Revision 41
2004-09-24 10:11:22 +0200 (Fri, 24 Sep 2004) (phil)
Tagged the 0.1.0 release
tags/release-0.1.0/ Revision 40
2004-09-23 13:56:37 +0200 (Thu, 23 Sep 2004) (phil)
Future Namespace class
trunk/XMLObject/Namespace.py Revision 39
2004-09-23 13:56:11 +0200 (Thu, 23 Sep 2004) (phil)
- removed naming conventions (tag names are no longer lowered FooBar ->
fooBar)
- added a Namespace example showing future ns API (not implemented right now)
- added a name keyword to Node's constructor
trunk/XMLObject/Attributes.py
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/__init__.py
trunk/XMLObject/main.py
trunk/examples/ns.py
trunk/tests/test.py
trunk/www/fixLinks.sh Revision 38
2004-09-21 09:12:20 +0200 (Tue, 21 Sep 2004) (phil)
- applied the patch from Jacob Fan posted in xmlobject-discuss@
- start updating the ChangeLog (my brain has some mem leaks :)
- new unit-tests for Jacob's patch
- new things To Do (PI Node, ...)
trunk/Changelog
trunk/TODO
trunk/XMLObject/main.py
trunk/tests/test.py Revision 37
2004-09-18 15:57:05 +0200 (Sat, 18 Sep 2004) (phil)
Few more hooks (__add__,__iadd__,...) in TypedList
trunk/XMLObject/TypedList.py
trunk/tests/xbelTest.py Revision 36
2004-09-17 11:18:27 +0200 (Fri, 17 Sep 2004) (phil)
CDATA regex bugFix
trunk/XMLObject/PrettyXMLPrinter.py Revision 35
2004-09-10 23:22:46 +0200 (Fri, 10 Sep 2004) (phil)
removed 'unicode support' from things to do
trunk/TODO Revision 34
2004-09-10 23:06:22 +0200 (Fri, 10 Sep 2004) (phil)
- optional / '' / None Nodes bugFixed (i hope so :)
- removed utils.encode !! (YeeHah XMLObject has now unicode support)
- added a _stripStrings instance attribute to XMLObject class. By setting it
to False (it is True by default), if spaces and tabs are important for your
data, PrettyXMLPrinter won't beautify the XML output anymore
- some refactoring here and there
trunk/XMLObject/Attributes.py
trunk/XMLObject/MixedList.py
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/PrettyXMLPrinter.py
trunk/XMLObject/TypedList.py
trunk/XMLObject/__init__.py
trunk/XMLObject/main.py
trunk/XMLObject/utils.py
trunk/tests/test.py Revision 33
2004-09-09 18:52:08 +0200 (Thu, 09 Sep 2004) (phil)
website update
trunk/www/index.txt Revision 32
2004-09-09 18:40:46 +0200 (Thu, 09 Sep 2004) (phil)
Now simply execute makeAPIDoc.py to generate HTML API documentation
trunk/docs/makeAPIDoc.py Revision 31
2004-09-09 18:39:20 +0200 (Thu, 09 Sep 2004) (phil)
trunk/docs/makeAPIDoc.py Revision 30
2004-09-09 18:37:59 +0200 (Thu, 09 Sep 2004) (phil)
moving API build script in doc/ directory
trunk/docs/makeAPIDoc.py
trunk/makeAPIDoc.py Revision 29
2004-09-09 00:12:09 +0200 (Thu, 09 Sep 2004) (phil)
Epydoc based API documentation build script
trunk/makeAPIDoc.py Revision 28
2004-09-09 00:10:53 +0200 (Thu, 09 Sep 2004) (phil)
removed debug print
trunk/XMLObject/Attributes.py Revision 27
2004-09-09 00:05:23 +0200 (Thu, 09 Sep 2004) (phil)
- Corrected a bug relating optional TextNode,RawNode
value which was set to None by default, thus preventing
distinction between optional and non-optional stuff
- corrected a big typo s/mandatory/optional in Nodes.py :))
trunk/TODO
trunk/XMLObject/Attributes.py
trunk/XMLObject/MixedList.py
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/PrettyXMLPrinter.py
trunk/XMLObject/TypedList.py
trunk/XMLObject/main.py
trunk/tests/test.py Revision 26
2004-09-08 23:29:07 +0200 (Wed, 08 Sep 2004) (phil)
Argh ?
trunk/clean Revision 25
2004-09-08 23:09:34 +0200 (Wed, 08 Sep 2004) (phil)
Once again ?
trunk/clean Revision 24
2004-09-08 22:57:56 +0200 (Wed, 08 Sep 2004) (phil)
Test commit / svn-commits@lists.base-art.net ? crossing fingers
trunk/clean Revision 23
2004-09-04 12:34:05 +0200 (Sat, 04 Sep 2004) (phil)
Mailing list infos
trunk/www/index.txt Revision 22
2004-08-26 10:25:47 +0200 (Thu, 26 Aug 2004) (phil)
Really fixed the slash-regex-problem :)
trunk/XMLObject/PrettyXMLPrinter.py Revision 21
2004-08-26 09:56:14 +0200 (Thu, 26 Aug 2004) (phil)
Slash-in-tag-content bug fixed
trunk/XMLObject/PrettyXMLPrinter.py Revision 20
2004-08-23 21:36:11 +0200 (Mon, 23 Aug 2004) (phil)
rolling 0.1.2 fixing the bug corrected in previous SVN revision
trunk/CONTRIBUTORS
trunk/Changelog
trunk/INSTALL
trunk/clean
trunk/deploy
trunk/docs/README
trunk/setup.py
trunk/www/index.txt Revision 19
2004-08-15 17:47:30 +0200 (Sun, 15 Aug 2004) (test)
SVN keywords + little bugFix around ListNode and ChoiceNode when
dealing with 'recursive' append
trunk/TODO
trunk/XMLObject/
trunk/XMLObject/Attributes.py
trunk/XMLObject/CodeGeneratorBackend.py
trunk/XMLObject/DTDImport.py
trunk/XMLObject/MixedList.py
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/PrettyXMLPrinter.py
trunk/XMLObject/TypedList.py
trunk/XMLObject/Validation/Schema.py
trunk/XMLObject/Validation/__init__.py
trunk/XMLObject/__init__.py
trunk/XMLObject/classregistry.py
trunk/XMLObject/main.py
trunk/XMLObject/utils.py
trunk/tests/test.py Revision 18
2004-08-05 19:23:50 +0200 (Thu, 05 Aug 2004) (test)
Rolling 0.1.1
trunk/Changelog
trunk/deploy
trunk/examples/playlist.py
trunk/setup.py
trunk/www/index.txt Revision 17
2004-08-05 19:14:16 +0200 (Thu, 05 Aug 2004) (test)
now using CommentNode in playlist example
trunk/examples/playlist.py Revision 16
2004-08-05 19:13:06 +0200 (Thu, 05 Aug 2004) (test)
0.1.1 on its way (see Changelog)
trunk/CONTRIBUTORS
trunk/Changelog
trunk/XMLObject/Nodes.py
trunk/XMLObject/PrettyXMLPrinter.py
trunk/XMLObject/main.py
trunk/docs/README
trunk/tests/test.py Revision 15
2004-08-05 13:39:58 +0200 (Thu, 05 Aug 2004) (test)
- dash in tagName bugFixed
- patch from Jacob Fan to fix getElementsByTagName
- cosmetics in main
trunk/XMLObject/Nodes.py
trunk/XMLObject/PrettyXMLPrinter.py
trunk/XMLObject/main.py
trunk/XMLObject/utils.py Revision 14
2004-08-01 23:58:20 +0200 (Sun, 01 Aug 2004) (test)
woops forgot to mention about RawNode in exported symbols section
trunk/docs/README Revision 13
2004-08-01 17:09:57 +0200 (Sun, 01 Aug 2004) (phil)
removed msg
trunk/clean Revision 12
2004-08-01 17:08:53 +0200 (Sun, 01 Aug 2004) (phil)
msg added
trunk/clean Revision 11
2004-08-01 16:56:42 +0200 (Sun, 01 Aug 2004) (phil)
doc update (mainNode, ..)
new example from Zvon DTD tutorial
trunk/TODO
trunk/docs/README
trunk/examples/playlist.py
trunk/examples/xxx.py Revision 10
2004-07-31 03:26:43 +0200 (Sat, 31 Jul 2004) (phil)
- few cleanups
- little patch / setup.py to exclude .svn directories
- doc update
trunk/Changelog
trunk/XMLObject/PrettyXMLPrinter.py
trunk/deploy
trunk/docs/README
trunk/setup.py
trunk/www/default.css
trunk/www/fixLinks.sh
trunk/www/index.txt Revision 9
2004-07-31 01:38:19 +0200 (Sat, 31 Jul 2004) (phil)
- BugFixed entities stuff
- removed dummy files
svn-commit.tmp
trunk/Changelog
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/PrettyXMLPrinter.py
trunk/XMLObject/main.py
trunk/tests/test.py
trunk/www/doc.htmle
trunk/www/fixLinks.sh
trunk/www/index.htmle Revision 8
2004-07-28 23:08:57 +0200 (Wed, 28 Jul 2004) (phil)
Bon ca marche oui on non
trunk/deploy Revision 7
2004-07-28 22:14:05 +0200 (Wed, 28 Jul 2004) ()
ll
trunk/deploy Revision 6
2004-07-28 22:12:13 +0200 (Wed, 28 Jul 2004) ()
ll
trunk/deploy Revision 5
2004-07-28 21:52:17 +0200 (Wed, 28 Jul 2004) ()
foo
trunk/deploy Revision 4
2004-07-28 21:45:23 +0200 (Wed, 28 Jul 2004) ()
ll
trunk/deploy Revision 3
2004-07-28 21:39:08 +0200 (Wed, 28 Jul 2004) ()
foo
trunk/deploy Revision 2
2004-07-28 00:43:51 +0200 (Wed, 28 Jul 2004) ()
Bar
trunk/MANIFEST Revision 1
2004-07-27 23:54:37 +0200 (Tue, 27 Jul 2004) (root)
initial import
branches/
svn-commit.tmp
tags/
trunk/
trunk/CONTRIBUTORS
trunk/COPYING
trunk/Changelog
trunk/INSTALL
trunk/MANIFEST
trunk/MANIFEST.in
trunk/TODO
trunk/XMLObject/
trunk/XMLObject/Attributes.py
trunk/XMLObject/CodeGeneratorBackend.py
trunk/XMLObject/DTDImport.py
trunk/XMLObject/MixedList.py
trunk/XMLObject/Node.py
trunk/XMLObject/Nodes.py
trunk/XMLObject/PrettyXMLPrinter.py
trunk/XMLObject/TypedList.py
trunk/XMLObject/Validation/
trunk/XMLObject/Validation/Schema.py
trunk/XMLObject/Validation/__init__.py
trunk/XMLObject/__init__.py
trunk/XMLObject/classregistry.py
trunk/XMLObject/main.py
trunk/XMLObject/utils.py
trunk/clean
trunk/deploy
trunk/docs/
trunk/docs/README
trunk/docs/buildDoc
trunk/examples/
trunk/examples/examplestripper.py
trunk/examples/playlist.py
trunk/setup.cfg
trunk/setup.py
trunk/tests/
trunk/tests/test.py
trunk/tests/xbelSchema.xml
trunk/tests/xbelTest.py
trunk/www/
trunk/www/default.css
trunk/www/doc.htmle
trunk/www/fixLinks.sh
trunk/www/index.htmle
trunk/www/index.txt
trunk/www/xmlobject-big.png
trunk/www/xmlobject-small.png
trunk/www/xmlobject.png