Skip to content

Commit

Permalink
adjusting file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 20, 2024
1 parent cb5d6fa commit 9aef821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_node_names_software_datacite.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import lxml.etree as ET

dom = ET.parse('')
xslt = ET.parse(xsl_filename)
dom = ET.parse('python-zbMathRest2Oai/test/data/software/plain.xml')
xslt = ET.parse('python-zbMathRest2Oai/xslt/software/xslt-software-transformation.xslt')
transform = ET.XSLT(xslt)
newdom = transform(dom)
print(ET.tostring(newdom, pretty_print=True)

0 comments on commit 9aef821

Please sign in to comment.