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:
-
support namespaces
-
mung mnemonic entity references
-
validate
-
perform *any* external actions (such as fetching URLs or writing
files) under *any* circumstances
If you're looking for an XML parser that *does* do any of these
things, I strongly recommend the various parsers in PyXML.
TODO:
-
real tests (currently we're just hoping Marmalade tests are good
enough)
-
better error messages
Function Summary |
|
nop (*args,
**kw)
Do nothing. |
nop(*args,
**kw)
Do nothing.
-
|
identChars
-
- Type:
-
str
- Value:
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_:'
|
|
lenientIdentChars
-
- Type:
-
str
- Value:
'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_:;+#\
'
|
|