Skip to content

Commit 014176c

Browse files
committed
[tools/xmlparser] Update XML style header
The main stylesheet to render XML files has changed from 'odmlTerms.xsl' to 'odmlDocument.xsl'.
1 parent b748339 commit 014176c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

odml/tools/xmlparser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ class XMLWriter:
6666
Creates XML nodes storing the information of an odML Document
6767
"""
6868
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"?>
69+
<?xml-stylesheet type="text/xsl" href="odmlDocument.xsl"?>
7170
"""
7271

7372
def __init__(self, odml_document):

0 commit comments

Comments
 (0)