/[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.41, Sun Sep 21 11:51:12 2008 UTC revision 1.1.4.42, Sun Sep 21 16:52:52 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.40 2008/09/18 14:02:34 robertDouglass Exp $ -->  <!-- $Id: h2db.xsl,v 1.1.4.41 2008/09/21 11:51:12 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 788  Line 788 
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">                  or 'code' = $parent_name
792                    or 'pre' = $parent_name">
793      <!-- do nothing special, we like p et al. -->      <!-- do nothing special, we like p et al. -->
794      <xsl:copy-of select="."/>      <xsl:copy-of select="."/>
795     </xsl:when>     </xsl:when>

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

  ViewVC Help
Powered by ViewVC 1.1.2