svn commit: r42438 - head/share/xml

Gabor Kovesdan gabor at FreeBSD.org
Fri Jul 26 09:54:14 UTC 2013


Author: gabor
Date: Fri Jul 26 09:54:13 2013
New Revision: 42438
URL: http://svnweb.freebsd.org/changeset/doc/42438

Log:
  - Remove constraint on table column numbers since it did not take into
    account those cols than span more.

Modified:
  head/share/xml/freebsd.sch

Modified: head/share/xml/freebsd.sch
==============================================================================
--- head/share/xml/freebsd.sch	Fri Jul 26 09:52:55 2013	(r42437)
+++ head/share/xml/freebsd.sch	Fri Jul 26 09:54:13 2013	(r42438)
@@ -64,9 +64,6 @@
     <rule context="//entry">
       <report test="@colname and @spanname">You cannot use both colname and spanname attributes on table entries.</report>
     </rule>
-    <rule context="//tgroup">
-      <report test="@cols != count((thead/row|tbody/row)[1]//entry)">The number of columns does not match the specified value (in section <xsl:value-of select="(ancestor::sect5[last()]|ancestor::sect4[last()]|ancestor::sect3[last()]|ancestor::sect2[last()]|ancestor::sect1[last()]|ancestor::chapter[last()])[last()]/@id"/>).</report>
-    </rule>
     <rule context="//table">
       <report test=".//programlisting">Programlisting is not allowed in tables (in section <xsl:value-of select="(ancestor::sect5[last()]|ancestor::sect4[last()]|ancestor::sect3[last()]|ancestor::sect2[last()]|ancestor::sect1[last()]|ancestor::chapter[last()])[last()]/@id"/>).</report>
       <report test=".//screen">The screen element is not allowed in tables (in section <xsl:value-of select="(ancestor::sect5[last()]|ancestor::sect4[last()]|ancestor::sect3[last()]|ancestor::sect2[last()]|ancestor::sect1[last()]|ancestor::chapter[last()])[last()]/@id"/>).</report>


More information about the svn-doc-all mailing list