Skip to content

Commit

Permalink
add the missing entities for angle brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
bansp authored Nov 30, 2024
1 parent ed32222 commit a2f5a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P5/Source/Specs/constraintSpec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<constraintSpec scheme="schematron" ident="usage_based_on_mode" xml:lang="en">
<constraint>
<sch:rule context="tei:constraintSpec[ @mode = ('add','replace') or not( @mode ) ]">
<sch:assert test="@scheme">The @scheme attribute of &lt;constraintSpec&gt; is required when the @mode is <sch:value-of select="if (@mode) then concat('&quot;',@mode,'&quot;') else 'not specified'"/> (here on "<sch:value-of select="@ident"/>")</sch:assert>
<sch:assert test="@scheme">The @scheme attribute of &lt;constraintSpec&gt; is required when the @mode is <sch:value-of select="if (@mode) then concat('&quot;',@mode,'&quot;') else 'not specified'"/> (here on "&lt;sch:value-of select="@ident"/&gt;")</sch:assert>
</sch:rule>
</constraint>
</constraintSpec>
Expand Down

0 comments on commit a2f5a0e

Please sign in to comment.