class simplehtml::XML
simplehtml::XML
Inherits from simplehtml.XHTML, simplehtml.HTML, object
Public Attributes
Name | |
---|---|
newline_default_on |
Additional inherited members
Public Attributes inherited from simplehtml.XHTML
Name | |
---|---|
empty_elements |
Public Functions inherited from simplehtml.HTML
Name | |
---|---|
def | text(self self, text text, escape escape =True) |
def | raw_text(self self, text text) |
Detailed Description
class simplehtml::XML;
Easily generate XML.
All tags with no contents are reduced to self-terminating tags.
Public Attributes Documentation
variable newline_default_on
static newline_default_on = set();
Updated on 2022-08-07 at 20:46:08 +0100