root/trunk/nanosax.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 03/02/07 23:10:04 @100 [100] johnny Small optimization: replaced some interpolation by simple concatenation …
(edit) 02/09/07 02:32:13 @96 [96] johnny Updated some docstrings, more apigen stuff.
(edit) 09/19/06 16:39:29 @72 [72] johnny Fixed AttributeError? in convert() code, added test for generator content, …
(edit) 09/19/06 13:00:18 @66 [66] johnny Working with the XML string in a bit of a simpler way again, wasn't too …
(edit) 09/18/06 23:51:10 @65 [65] johnny Added more test document (thank this guy for writing such sucky XSLT! ;) …
(edit) 09/18/06 22:41:18 @64 [64] johnny Fixed support for entities in attributes, fixed problem with singletons.
(edit) 09/18/06 22:08:12 @63 [63] johnny Fixed stupid problem where the wrong exception was caught (copy/pasted and …
(edit) 09/18/06 15:59:35 @56 [56] johnny Fixed some details, now the speed test works again (not much loss over the …
(add) 09/18/06 15:31:46 @55 [55] johnny Added 'nanosax', a very simple event-based (SAX-like) API for parsing XML, …