Skip to content

Commit

Permalink
adding python filename extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazztok45 committed Feb 20, 2024
1 parent 9278122 commit cb5d6fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file.
7 changes: 7 additions & 0 deletions test/test_node_names_software_datacite.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import lxml.etree as ET

dom = ET.parse('')
xslt = ET.parse(xsl_filename)
transform = ET.XSLT(xslt)
newdom = transform(dom)
print(ET.tostring(newdom, pretty_print=True)

0 comments on commit cb5d6fa

Please sign in to comment.