| 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 |
|
|
| 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="*"/> |