Skip to content

MCR-3438 use xalan-legacy-module #1172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mir-module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@
<groupId>org.mycore</groupId>
<artifactId>mycore-xeditor</artifactId>
</dependency>
<dependency>
<groupId>org.mycore</groupId>
<artifactId>xalan-legacy-module</artifactId>
</dependency>
<dependency>
<groupId>org.mycore.sword</groupId>
<artifactId>easy-sword2-lib</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion mir-module/src/main/resources/config/mir/mycore.properties
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ MCR.ContentTransformer.marcxml.Class=org.mycore.common.content.transformer.MCRTr
MCR.ContentTransformer.marcxml.Steps=mods,mods2marcxml
MCR.ContentTransformer.oai-marcxml.Class=org.mycore.common.content.transformer.MCRTransformerPipe
MCR.ContentTransformer.oai-marcxml.Steps=mods,mods2marcxml
MCR.ContentTransformer.oai-mods.Stylesheet=xsl/mods2mods.xsl
MCR.ContentTransformer.oai-mods.Stylesheet=xslt/mycoreobject-mods.xsl
MCR.ContentTransformer.oai-mods.TransformerFactoryClass=%SAXON%
MCR.ContentTransformer.oai-epicur.Stylesheet=xsl/mods2epicur.xsl
MCR.ContentTransformer.oai-xMetaDissPlus.Stylesheet=xsl/mods2xMetaDissPlus.xsl
MCR.ContentTransformer.oai-oai_dc.Stylesheet=xsl/mods2oai_dc.xsl
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,12 @@
<version>1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.mycore</groupId>
<artifactId>xalan-legacy-module</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</dependencyManagement>
<developers>
Expand Down
Loading