Package twisted :: Package protocols :: Module sux
[show private | hide private]
[frames | no frames]

Module twisted.protocols.sux

*S*mall, *U*ncomplicated *X*ML.

This is a very simple implementation of XML as a network protocol. It is not at all clever. Its main features are that it does not:

If you're looking for an XML parser that *does* do any of these things, I strongly recommend the various parsers in PyXML.

TODO:
Classes
XMLParser  

Exceptions
ParseError  

Function Summary
  nop(*args, **kw)
Do nothing.

Variable Summary
str identChars
str lenientIdentChars

Function Details

nop(*args, **kw)

Do nothing.

Variable Details

identChars

Type:
str
Value:
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_:'   

lenientIdentChars

Type:
str
Value:
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_:;+#\
'                                                                      

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:55 2003 http://epydoc.sf.net