aboutsummaryrefslogtreecommitdiff
path: root/share/xml/freebsd.sch
diff options
context:
space:
mode:
Diffstat (limited to 'share/xml/freebsd.sch')
-rw-r--r--share/xml/freebsd.sch3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/xml/freebsd.sch b/share/xml/freebsd.sch
index 8b385077fe..7ada21d3fa 100644
--- a/share/xml/freebsd.sch
+++ b/share/xml/freebsd.sch
@@ -58,9 +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:tgroup">
- <report test="@cols != count((db:thead/db:row|db:tbody/db:row)[1]//db:entry)">The number of columns does not match the specified value (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>
<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>