Skip to content

Commit

Permalink
Trying to fix error 05.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomazErjavec committed Aug 21, 2023
1 parent a49b75f commit ad8aeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/validate-parlamint-particDesc.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:when test="not(normalize-space($text))"> <!-- error if affiliation has no content and no ref -->
<xsl:when test="not(tei:orgName)"> <!-- error if affiliation has no ref and no orgName -->
<xsl:call-template name="affiliation-error">
<xsl:with-param name="ident">05</xsl:with-param>
<xsl:with-param name="msg">
Expand Down

0 comments on commit ad8aeaa

Please sign in to comment.