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

Korrektur bei abgekürzten Vornamen

parent ab51b26b
No related branches found
No related tags found
No related merge requests found
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
<rng:text/> <rng:text/>
</content> </content>
<constraintSpec scheme="schematron" ident="regex2"> <constraintSpec scheme="schematron" ident="regex2">
<constraint> <sch:assert test="matches(.,'^\S.+\S$') or normalize-space(.) eq ''">darf nicht mit Leerzeichen beginnen oder enden</sch:assert> </constraint> <constraint> <sch:assert test="matches(.,'^\S.*\S$') or normalize-space(.) eq ''">darf nicht mit Leerzeichen beginnen oder enden</sch:assert> </constraint>
</constraintSpec> </constraintSpec>
</elementSpec> </elementSpec>
...@@ -1171,4 +1171,4 @@ document('../Register/bibliography/bibliography-xyz.xml')//*[@xml:id eq $variabl ...@@ -1171,4 +1171,4 @@ document('../Register/bibliography/bibliography-xyz.xml')//*[@xml:id eq $variabl
</schemaSpec> </schemaSpec>
</body> </body>
</text> </text>
</TEI> </TEI>
\ No newline at end of file
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