aboutsummaryrefslogtreecommitdiff
path: root/rpkid/doc/tweak-doc.xsl
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-04-13 16:29:24 +0000
committerRob Austein <sra@hactrn.net>2010-04-13 16:29:24 +0000
commit2ee3d73c72f6ffeedfd69d3a13366d5482b25d53 (patch)
tree03576d4558ae615d7158faa93d032bd2a4630e5b /rpkid/doc/tweak-doc.xsl
parent04540226feb7a1ca4f185a6345a4b57d8397dd96 (diff)
HTML -> plaintext conversion was out of date with respect to current
Doxygen version. svn path=/rpkid/Makefile; revision=3193
Diffstat (limited to 'rpkid/doc/tweak-doc.xsl')
-rw-r--r--rpkid/doc/tweak-doc.xsl7
1 files changed, 5 insertions, 2 deletions
diff --git a/rpkid/doc/tweak-doc.xsl b/rpkid/doc/tweak-doc.xsl
index e5abd7e9..3478e8fd 100644
--- a/rpkid/doc/tweak-doc.xsl
+++ b/rpkid/doc/tweak-doc.xsl
@@ -13,11 +13,14 @@
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
- OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
- PERFORMANCE OF THIS SOFTWARE.
- -->
+ -
+ - Suppress portions of the HTML that we want filtered out before
+ - running through lynx to get flat text.
+ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version='1.0'>
- <xsl:template match="div[@class = 'navigation']"/>
+ <xsl:template match="div[@class = 'navigation' or @id = 'MSearchSelectWindow']"/>
<xsl:template match="node() | @*">
<xsl:copy>