Date: Fri, 26 Jul 2013 09:54:13 +0000 (UTC) From: Gabor Kovesdan <gabor@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42438 - head/share/xml Message-ID: <201307260954.r6Q9sDWS073872@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307260954.r6Q9sDWS073872>