Skip to content
Snippets Groups Projects
Commit fd689a71 authored by Martin de la Iglesia's avatar Martin de la Iglesia
Browse files

Fehlermeldung bei Verlinkungsfehler verbessert

parent 668b1d7d
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@
<constraint> <sch:pattern> <sch:rule context="tei:link[(parent::tei:linkGrp/@ana eq 'http://purl.org/dc/terms/references') or (parent::tei:linkGrp/@ana eq 'http://schema.org/mentions')]">
<sch:let name="litid" value="substring-after(./@target,' #')"/>
<sch:assert test="//*[@xml:id eq $litid]">ID fehlerhaft.</sch:assert> </sch:rule> </sch:pattern> </constraint>
<sch:assert test="//*[@xml:id eq $litid]">ID "<sch:value-of select="$litid"/>" nicht gefunden.</sch:assert> </sch:rule> </sch:pattern> </constraint>
</constraintSpec>
<constraintSpec scheme="schematron" ident="creator">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment