- Temporarily disable some constraints

This commit is contained in:
Gabor Kovesdan 2013-11-07 12:38:57 +00:00
parent ffd78ec39e
commit f31101a8aa
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/db5/; revision=43117

View file

@ -26,15 +26,19 @@
</pattern>
-->
<!-- XXX: temporarily turned off
<pattern name="Check cross-reference validity">
<rule context="//db:link">
<assert test="* or normalize-space()">Link (<xsl:value-of select="@linkend"/>) element must have a content; or use xref to auto-generate the linking text.</assert>
</rule>
</pattern>
-->
<pattern name="Check callout validity">
<rule context="/">
<!-- XXX
<report test="//db:screenco">Callouts with screenco are not supported; use screen and co instead.</report>
-->
<report test="//db:programlistingco">Callouts with programlistingco are not supported; use programlisting and co instead.</report>
<report test="//db:graphicco">Callouts on graphics are not supported.</report>
</rule>