Skip to content

Commit

Permalink
Merge pull request kitodo#6126 from BartChris/docket_xsl_version
Browse files Browse the repository at this point in the history
Correct version in dockets xsl
  • Loading branch information
solth authored Aug 26, 2024
2 parents 7b08356 + 7f44016 commit 56aa1c5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Kitodo-Docket/src/test/resources/docket.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
-->

<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:kitodo="http://www.kitodo.org/logfile" exclude-result-prefixes="fo">
<xsl:output method="xml" indent="yes"/>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo-Docket/src/test/resources/docket_multipage.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
-->

<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:kitodo="http://www.kitodo.org/logfile" exclude-result-prefixes="fo">
<xsl:output method="xml" indent="yes"/>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo/src/main/resources/docket.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
-->

<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:kitodo="http://www.kitodo.org/logfile" exclude-result-prefixes="fo">
<xsl:output method="xml" indent="yes"/>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo/src/main/resources/docket_multipage.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
-->

<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:kitodo="http://www.kitodo.org/logfile" exclude-result-prefixes="fo">
<xsl:output method="xml" indent="yes"/>
Expand Down
2 changes: 1 addition & 1 deletion Kitodo/src/test/resources/xslt/docket.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
-->

<xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:fo="http://www.w3.org/1999/XSL/Format"
xmlns:kitodo="http://www.kitodo.org/logfile" exclude-result-prefixes="fo">
<xsl:output method="xml" indent="yes"/>
Expand Down

0 comments on commit 56aa1c5

Please sign in to comment.