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 b748339 commit 014176cCopy full SHA for 014176c
odml/tools/xmlparser.py
@@ -66,8 +66,7 @@ class XMLWriter:
66
Creates XML nodes storing the information of an odML Document
67
"""
68
header = """<?xml version="1.0" encoding="UTF-8"?>
69
-<?xml-stylesheet type="text/xsl" href="odmlTerms.xsl"?>
70
-<?xml-stylesheet type="text/xsl" href="odml.xsl"?>
+<?xml-stylesheet type="text/xsl" href="odmlDocument.xsl"?>
71
72
73
def __init__(self, odml_document):
0 commit comments