/[drupal]/contributions/modules/export_docbook/h2db.xsl
ViewVC logotype

Diff of /contributions/modules/export_docbook/h2db.xsl

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.4.44, Mon Sep 22 15:58:41 2008 UTC revision 1.1.4.45, Mon Sep 22 16:47:19 2008 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8"?>  <?xml version="1.0" encoding="UTF-8"?>
2  <!-- $Id: h2db.xsl,v 1.1.4.43 2008/09/21 20:46:03 robertDouglass Exp $ -->  <!-- $Id: h2db.xsl,v 1.1.4.44 2008/09/22 15:58:41 robertDouglass Exp $ -->
3  <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"  <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4   xmlns:html="http://www.w3.org/1999/xhtml" exclude-result-prefixes="xsl html">   xmlns:html="http://www.w3.org/1999/xhtml" exclude-result-prefixes="xsl html">
5    
# Line 620  Line 620 
620    </citetitle>    </citetitle>
621   </xsl:template>   </xsl:template>
622    
623   <!-- Ignored elements -->   <!-- Various elements -->
624   <xsl:template match="html:hr"/>   <xsl:template match="html:hr"/>
625   <xsl:template match="html:h1[1]|html:h2[1]|html:h3[1]" priority="1"/>   <xsl:template match="html:h1[1]|html:h2[1]|html:h3[1]" priority="1"/>
626   <xsl:template match="html:br"/>   <xsl:template match="html:br">
627   <xsl:template match="html:span"/>    <!-- don't change the indentation of <xsl:text> !!! -->
628      <xsl:text>
629    </xsl:text>
630     </xsl:template>
631     <xsl:template match="html:span">
632      <xsl:apply-templates/>
633     </xsl:template>
634   <xsl:template match="html:p[normalize-space(.) = '' and count(*) = 0]"/>   <xsl:template match="html:p[normalize-space(.) = '' and count(*) = 0]"/>
635   <xsl:template match="html:tbody">   <xsl:template match="html:tbody">
636    <xsl:apply-templates select="*"/>    <xsl:apply-templates select="*"/>

Legend:
Removed from v.1.1.4.44  
changed lines
  Added in v.1.1.4.45

  ViewVC Help
Powered by ViewVC 1.1.2