Parent Directory
|
Revision Log
|
Patch
revision 473 by jonathan, Wed Mar 5 18:39:45 2003 UTC | revision 493 by jonathan, Mon Mar 10 10:45:10 2003 UTC | |
---|---|---|
# | Line 256 class ProcessSession(xml.sax.handler.Con | Line 256 class ProcessSession(xml.sax.handler.Con |
256 | end_dispatcher['cldata'] = "end_cldata" | end_dispatcher['cldata'] = "end_cldata" |
257 | ||
258 | def start_table(self, name, qname, attrs): | def start_table(self, name, qname, attrs): |
259 | print "table title: %s" % attrs.get('title', None) | #print "table title: %s" % attrs.get('title', None) |
260 | pass | |
261 | start_dispatcher['table'] = "start_table" | start_dispatcher['table'] = "start_table" |
262 | ||
263 | def end_table(self, name, qname): | def end_table(self, name, qname): |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |