stefan-jung / org.jung.terminology

DITA-OT plugin for managing terminology with DITA
https://stefan-jung.org/plugins/terminology
Apache License 2.0
11 stars 8 forks source link

Schematron IDs are invalid NCNames #30

Closed stefan-jung closed 6 years ago

stefan-jung commented 6 years ago
<sqf:fix id="BoLB/L"> <!-- This is invalid -->
    <sqf:description>
        <sqf:title>Replace with an allowed acronym: 'B/L'</sqf:title>
    </sqf:description>
    <sqf:stringReplace regex="(\b(BoL)\b)" select="'B/L'"/>
</sqf:fix>

throws



The value 'BoLB/L' of attribute 'id' on element 'sqf:fix' is not valid with respect to its type, 'NCName'.
--