Skip to content

Commit

Permalink
fixed missing exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrebs committed Jul 27, 2023
1 parent 0e69da0 commit 943bb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/xsl/ubo-solr.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:mcrxml="xalan://org.mycore.common.xml.MCRXMLFunctions"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:str="http://exslt.org/strings"
exclude-result-prefixes="mods xlink str">
exclude-result-prefixes="mods xlink str mcrxml">

<xsl:import href="xslImport:solr-document:ubo-solr.xsl" />

Expand Down

0 comments on commit 943bb70

Please sign in to comment.