Skip to content

Commit

Permalink
#464 Moved mycoreobject-mods-detailed.xsl to /xslt
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Nov 15, 2023
1 parent 98d42b7 commit 1881dc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ MCR.OAIDataProvider.OAI.RepositoryName=Universit\u00E4tsbibliographie
MCR.user2.matching.lead_id.skip=true

MCR.ContentTransformer.mods-xml-detailed.Class=org.mycore.common.content.transformer.MCRXSLTransformer
MCR.ContentTransformer.mods-xml-detailed.TransformerFactoryClass=net.sf.saxon.TransformerFactoryImpl
MCR.ContentTransformer.mods-xml-detailed.Stylesheet=xsl/mycoreobject-mods-detailed.xsl
MCR.ContentTransformer.mods-xml-detailed.Stylesheet=xslt/mycoreobject-mods-detailed.xsl


# ACL Strategy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="mcracl fn xsl">

<xsl:include href="resource:xsl/functions/acl.xsl"/>
<xsl:include href="resource:xslt/functions/acl.xsl"/>

<xsl:output method="xml" indent="yes"/>

Expand Down

0 comments on commit 1881dc3

Please sign in to comment.