svn commit: r42536 - projects/db5/share/xml
Gabor Kovesdan
gabor at FreeBSD.org
Tue Aug 13 08:46:18 UTC 2013
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">
More information about the svn-doc-projects
mailing list