Skip to content

Commit

Permalink
refactor: remove namespaces from output
Browse files Browse the repository at this point in the history
  • Loading branch information
babslgam committed Nov 8, 2024
1 parent 93ffc5d commit 3d7a228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xslt/partials/shared.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:local="http://dse-static.foo.bar"
exclude-result-prefixes="xs"
exclude-result-prefixes="xs tei local"
version="2.0">
<xsl:function name="local:makeId" as="xs:string">
<xsl:param name="currentNode" as="node()"/>
Expand Down

0 comments on commit 3d7a228

Please sign in to comment.