From f31101a8aab7457dfff4b744b1a2df1c68685974 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan <gabor@FreeBSD.org> Date: Thu, 7 Nov 2013 12:38:57 +0000 Subject: [PATCH] - Temporarily disable some constraints --- share/xml/freebsd.sch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/xml/freebsd.sch b/share/xml/freebsd.sch index aac5143c36..2c7c115c38 100644 --- a/share/xml/freebsd.sch +++ b/share/xml/freebsd.sch @@ -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>