Skip to content

Commit

Permalink
Correct version in dockets xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
BartChris committed Jul 17, 2024
1 parent b421d45 commit 7f44016
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 7f44016

Please sign in to comment.