Writing XML documents. More...
Classes | |
| class | XMLWriter |
| Writing XML documents. More... | |
Functions | |
| def | valid_name |
| Checks whether a string is a valid XML name. More... | |
| def | escape |
| Escape XML metacharacters in a string. More... | |
Writing XML documents.
See the documentation of the class XMLWriter for more information.
| def xorn.xml_writer.escape | ( | data | ) |
Escape XML metacharacters in a string.
Definition at line 67 of file xml_writer.py.
| def xorn.xml_writer.valid_name | ( | name | ) |
Checks whether a string is a valid XML name.
Definition at line 26 of file xml_writer.py.
1.8.8