Contains the global attributes for the XML namespace (like xml:lang),
and classes for the XML declaration.
class Attrs(ll.xist.xsc.Attrs):
class space(ll.xist.xsc.TextAttr):
class lang(ll.xist.xsc.TextAttr):
class base(ll.xist.xsc.URLAttr):
class XML(ll.xist.xsc.ProcInst):
XML declaration. The encoding will be automatically set when publishing.
def __init__(self, version='1.0', encoding='utf-8', standalone=None):
def publish(self, publisher):
class XMLStyleSheet(ll.xist.xsc.ProcInst):
XML stylesheet declaration.
class declaration(ll.xist.xsc.Element):
The XML declaration as an element. This makes it possible to generate a declaration from within an XML file.