Package RDFClosure :: Package serializers :: Module XMLWriter
[hide private]
[frames] | no frames]

Module XMLWriter

source code

XML Writer to be used by the PrettyXMLSerializer module. This is a slightly modified version of RDFLib's original XML Writer module, the changes are essentially aesthetic in nature (removing the unnecessary CDATA sections, using double quotes everywhere for attributes (both for namespaces and attributes in general).

Classes [hide private]
  XMLWriter
Variables [hide private]
  __package__ = 'RDFClosure.serializers'

Imports: codecs, quoteattr, escape