Author: paul
Date: 2007-03-30 22:21:29 +0200 (Fri, 30 Mar 2007)
New Revision: 5666
Log:
r18398@frost: paul | 2007-03-30 15:19:06 -0500
Strip advertisements from help-table content.
Sheesh.
Modified:
trunk/xsl.d/help-prep1.xsl
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:22522
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18397
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:22522
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:18398
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:14593
Modified: trunk/xsl.d/help-prep1.xsl
===================================================================
--- trunk/xsl.d/help-prep1.xsl 2007-03-30 20:21:12 UTC (rev 5665)
+++ trunk/xsl.d/help-prep1.xsl 2007-03-30 20:21:29 UTC (rev 5666)
Changed blocks: 2, Lines Added: 4, Lines Deleted: 0; 817 bytes
@@ -78,6 +78,7 @@
- Replace <ulink> elements with the link contents as described below.
- Replace <mailto> elements with their contents.
- <quote>xxx</quote> becomes "xxx".
+ - Delete MNMAS advertisements (<formalpara role="mnmas"> elements).
-->
<!--
@@ -472,6 +473,9 @@
<xsl:template match="indexterm"/>
<xsl:template match="remark"/> <!-- strip remarks not otherwise matched -->
+<!-- Strip advertisements -->
+<xsl:template match="formalpara[@role='mnmas']"/>
+
<!--
Identity transform, with the following exception:
- Add <help-information> as the root element of the output.
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r5666 - in trunk: . xsl.d | paul | 30 Mar |