Skip to content

Commit

Permalink
Updating date on PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
JennnRamirez committed Oct 29, 2024
1 parent bfc984a commit 203c820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<xsl:output encoding="UTF-8" omit-xml-declaration="no" indent="yes"/>

<xsl:variable name="authors" as="xs:string+" select="('John Chelsom', 'Stephanie Cabrera', 'Catriona Hopper', 'Jennifer Ramirez')"/>
<xsl:variable name="map-date" as="xs:date" select="xs:date('2023-08-05Z')"/>
<xsl:variable name="map-date" as="xs:date" select="xs:date('2024-10-05Z')"/>

<xsl:template match="document-node()">
<xsl:call-template name="pcom:fo-root"/>
Expand Down

0 comments on commit 203c820

Please sign in to comment.