Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2013 08:46:17 +0000 (UTC)
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-projects@freebsd.org
Subject:   svn commit: r42536 - projects/db5/share/xml
Message-ID:  <201308130846.r7D8kHG9014021@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gabor
Date: Tue Aug 13 08:46:17 2013
New Revision: 42536
URL: http://svnweb.freebsd.org/changeset/doc/42536

Log:
  - Drop table constraints, which do not help too much

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

Modified: projects/db5/share/xml/freebsd.sch
==============================================================================
--- projects/db5/share/xml/freebsd.sch	Tue Aug 13 08:28:25 2013	(r42535)
+++ projects/db5/share/xml/freebsd.sch	Tue Aug 13 08:46:17 2013	(r42536)
@@ -58,11 +58,6 @@
     <rule context="//db:entry">
       <report test="@colname and @spanname">You cannot use both colname and spanname attributes on table entries.</report>
     </rule>
-    <rule context="//db:table|//db:informaltable">
-      <report test=".//db:programlisting">Programlisting is not allowed in tables (in section <xsl:value-of select="(ancestor::db:sect5[last()]|ancestor::db:sect4[last()]|ancestor::db:sect3[last()]|ancestor::db:sect2[last()]|ancestor::db:sect1[last()]|ancestor::db:chapter[last()])[last()]/@xml:id"/>).</report>
-      <report test=".//db:screen">The screen element is not allowed in tables (in section <xsl:value-of select="(ancestor::db:sect5[last()]|ancestor::db:sect4[last()]|ancestor::db:sect3[last()]|ancestor::db:sect2[last()]|ancestor::db:sect1[last()]|ancestor::db:chapter[last()])[last()]/@xml:id"/>).</report>
-      <report test=".//db:footnote">Footnote is not allowed in tables (in section <xsl:value-of select="(ancestor::db:sect5[last()]|ancestor::db:sect4[last()]|ancestor::db:sect3[last()]|ancestor::db:sect2[last()]|ancestor::db:sect1[last()]|ancestor::db:chapter[last()])[last()]/@xml:id"/>).</report>
-    </rule>
   </pattern>
 
   <pattern name="Check indexes">



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308130846.r7D8kHG9014021>