class simplehtml::XHTML

simplehtml::XHTML

More…

Inherits from simplehtml.HTML, object

Inherited by simplehtml.XML

Public Attributes

Name
empty_elements

Additional inherited members

Public Functions inherited from simplehtml.HTML

Name
deftext(self self, text text, escape escape =True)
defraw_text(self self, text text)

Public Attributes inherited from simplehtml.HTML

Name
newline_default_on

Detailed Description

class simplehtml::XHTML;
Easily generate XHTML.

Public Attributes Documentation

variable empty_elements

static empty_elements =  set('base meta link hr br param img area input col \
        colgroup basefont isindex frame'.split());

Updated on 2022-08-07 at 20:46:08 +0100