Skip to content

Commit

Permalink
Fix abstract-type warning (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
fred-atherden committed Jun 25, 2023
1 parent 236c531 commit f8f8f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schematrons/1.0/abstract-warnings-1.sch
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
&lt;<value-of select="name()"/>> does not have the attribute abstract-type="graphical" but it has a descendant &lt;fig> with a graphic.
</report>

<assert test="normalize-space(@abstract-type)=$recommended-values" role="warning">
<report test="@abstract-type and not(normalize-space(@abstract-type)=$recommended-values)" role="warning">
abstract-type attribute value (<value-of select="@abstract-type"/>) on &lt;<value-of select="name()"/>> is not one of the recommended values (<value-of select="string-join($recommended-values,'; ')"/>).
</assert>
</report>
</rule>

</pattern>

1 comment on commit f8f8f4b

@vercel
Copy link

@vercel vercel bot commented on f8f8f4b Jun 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

jats-schematrons – ./

jats-schematrons-git-master-aea.vercel.app
jats-schematrons-aea.vercel.app
jats-schematrons.vercel.app

Please sign in to comment.