xml – Global attributes from the XML namespace

Contains the global attributes for the XML namespace (like xml:lang), and classes for the XML declaration.

class ll.xist.ns.xml.XML[source]

Bases: ProcInst

XML declaration. The encoding will be automatically set when publishing.

class ll.xist.ns.xml.XMLStyleSheet[source]

Bases: ProcInst

XML stylesheet declaration.

class ll.xist.ns.xml.declaration[source]

Bases: Element

The XML declaration as an element. This makes it possible to generate a declaration from within an XML file.