Skip to content

Commit

Permalink
Support wiki links for WTPDF 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed May 24, 2024
1 parent 437cb12 commit 84f2394
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,8 @@
<xsl:variable name="hasLink"
select="starts-with(@specification, 'ISO 19005-1') or starts-with(@specification, 'ISO 19005-2') or
starts-with(@specification, 'ISO 19005-3') or starts-with(@specification, 'ISO 19005-4') or
starts-with(@specification, 'ISO 14289-1') or starts-with(@specification, 'ISO 14289-2')"/>
starts-with(@specification, 'ISO 14289-1') or starts-with(@specification, 'ISO 14289-2') or
starts-with(@specification, 'WTPDF1.0')"/>
<xsl:variable name="ruleInformation">
Specification:
<xsl:value-of select="@specification"/>,
Expand Down

0 comments on commit 84f2394

Please sign in to comment.