/[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.40, Thu Sep 18 14:02:34 2008 UTC revision 1.1.4.41, Sun Sep 21 11:51:12 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.39 2008/09/15 20:34:10 robertDouglass Exp $ -->  <!-- $Id: h2db.xsl,v 1.1.4.40 2008/09/18 14:02:34 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 787  Line 787 
787                  or 'h4' = $parent_name                  or 'h4' = $parent_name
788                  or 'h5' = $parent_name                  or 'h5' = $parent_name
789                  or 'h6' = $parent_name                  or 'h6' = $parent_name
790                  or 'dt' = $parent_name">                  or 'dt' = $parent_name
791                    or 'code' = $parent_name">
792      <!-- do nothing special, we like p et al. -->      <!-- do nothing special, we like p et al. -->
793      <xsl:copy-of select="."/>      <xsl:copy-of select="."/>
794     </xsl:when>     </xsl:when>

Legend:
Removed from v.1.1.4.40  
changed lines
  Added in v.1.1.4.41

  ViewVC Help
Powered by ViewVC 1.1.2