Contains the global attributes for the XML namespace (like xml:lang),
and classes for the XML declaration.
class Attrs(ll.xist.xsc.Element.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 (by the XML codec).
def __init__(self, version='1.0', encoding='utf-8', standalone=None):
selfclass 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.
def convert(self, converter):
self