We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5de72 commit cf1ea53Copy full SHA for cf1ea53
odml/tools/xmlparser.py
@@ -75,9 +75,7 @@ class XMLWriter:
75
"""
76
Creates XML nodes storing the information of an odML Document
77
78
- header = """<?xml version="1.0" encoding="UTF-8"?>
79
-<?xml-stylesheet type="text/xsl" href="odmlDocument.xsl"?>
80
-"""
+ header = "%s\n%s\n" % (XML_HEADER, EXTERNAL_STYLE_HEADER)
81
82
def __init__(self, odml_document):
83
self.doc = odml_document
0 commit comments