aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-07-26 12:58:37 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-07-26 12:58:37 +0000
commitec3cf8682bcac55d19b90863eed936c0f4c7ce3a (patch)
treef0b22ad67c0e0637dece29414c876a537f266607 /share
parent7464269f3b63374bfea2ca19c2d7f8cda447196a (diff)
downloaddoc-ec3cf8682bcac55d19b90863eed936c0f4c7ce3a.tar.gz
doc-ec3cf8682bcac55d19b90863eed936c0f4c7ce3a.zip
- MFH
Notes
Notes: svn path=/projects/db5/; revision=42444
Diffstat (limited to 'share')
-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>