| 14 | I also seem to have a Schematron file, but when I try to use it I get an error: |
| 15 | {{{ |
| 16 | $ xmllint --noout --nonet --schematron /usr/share/xml/docbook/schema/schematron/5.0/docbook.sch postgis-out.xml |
| 17 | /usr/share/xml/docbook/schema/schematron/5.0/docbook.sch:6: element rule: Schemas parser error : Failed to compile context expression db:firstterm[@linkend] |
| 18 | /usr/share/xml/docbook/schema/schematron/5.0/docbook.sch:16: element rule: Schemas parser error : Failed to compile context expression db:glossterm[@linkend] |
| 19 | /usr/share/xml/docbook/schema/schematron/5.0/docbook.sch:26: element rule: Schemas parser error : Failed to compile context expression db:glosssee[@otherterm] |
| 20 | /usr/share/xml/docbook/schema/schematron/5.0/docbook.sch:31: element rule: Schemas parser error : Failed to compile context expression db:glossseealso[@otherterm] |
| 21 | Schematron schema /usr/share/xml/docbook/schema/schematron/5.0/docbook.sch failed to compile |
| 22 | |
| 23 | }}} |