Skip to content

Commit

Permalink
Merge pull request #1452 from veraPDF/wtpdf_wiki
Browse files Browse the repository at this point in the history
Support wiki links for WTPDF 1.0
  • Loading branch information
MaximPlusov authored May 24, 2024
2 parents 081bc8c + 3eeddc9 commit 5a2be95
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,10 @@
</xsl:when>
<xsl:when test="starts-with(@specification, 'ISO 14289-2')">
<xsl:value-of select="'PDFUA-Part-2-rules'"/>
</xsl:when>
</xsl:when>
<xsl:when test="starts-with(@specification, 'WTPDF1.0')">
<xsl:value-of select="'WTPDF-1-0-rules'"/>
</xsl:when>
</xsl:choose>
</xsl:variable>
<xsl:variable name="tempWikiLink">
Expand Down

0 comments on commit 5a2be95

Please sign in to comment.