svn commit: r43117 - projects/db5/share/xml

Gabor Kovesdan gabor at FreeBSD.org
Thu Nov 7 12:38:57 UTC 2013


Author: gabor
Date: Thu Nov  7 12:38:57 2013
New Revision: 43117
URL: http://svnweb.freebsd.org/changeset/doc/43117

Log:
  - Temporarily disable some constraints

Modified:
  projects/db5/share/xml/freebsd.sch

Modified: projects/db5/share/xml/freebsd.sch
==============================================================================
--- projects/db5/share/xml/freebsd.sch	Thu Nov  7 11:57:57 2013	(r43116)
+++ projects/db5/share/xml/freebsd.sch	Thu Nov  7 12:38:57 2013	(r43117)
@@ -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>


More information about the svn-doc-projects mailing list