Author: mcbrown
Date: 2008-09-12 18:31:07 +0200 (Fri, 12 Sep 2008)
New Revision: 11800
Log:
Adding excludes for .info files
Added:
trunk/xsl.d/mysql-info-excludes.xsl
Added: trunk/xsl.d/mysql-info-excludes.xsl
===================================================================
--- trunk/xsl.d/mysql-info-excludes.xsl (rev 0)
+++ trunk/xsl.d/mysql-info-excludes.xsl 2008-09-12 16:31:07 UTC (rev 11800)
Changed blocks: 1, Lines Added: 16, Lines Deleted: 0; 1253 bytes
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="utf-8"?>
+<gen:stylesheet xmlns:gen="http://www.w3.org/1999/XSL/Transform" version="1.0">
+<gen:output method="xml" version="1.0" encoding="utf-8" doctype-public="-//OASIS//DTD
DocBook XML V4.3//EN"
doctype-system="http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"/>
+<gen:template match="*[@id='apis-php-pdo-mysql']"/>
+<gen:template match="*[@id='apis-php-mysqli']"/>
+<gen:template match="*[@id='apis-php-mysql']"/>
+<gen:template match="*[@linkend='apis-php-pdo-mysql']">See section
"apis-php-ref.pdo-mysql" in the online manual</gen:template>
+<gen:template match="*[@linkend='apis-php-mysqli']">See section "apis-php-mysqli"
in the online manual</gen:template>
+<gen:template match="*[@linkend='apis-php-mysql']">See section "apis-php-mysql" in
the online manual</gen:template>
+<gen:template match="/|node()|@*|comment()|processing-instruction()">
+<gen:copy>
+<gen:apply-templates select="node()|@*"/>
+</gen:copy>
+</gen:template>
+</gen:stylesheet>
+
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r11800 - trunk/xsl.d | martin.brown | 12 Sep |