Skip to content

Commit

Permalink
Adding handling for inline quote elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jhosman committed Nov 1, 2013
1 parent 6d4cffc commit 53a6c26
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions d2a.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,11 @@ ____
<xsl:value-of select="util:carriage-returns(2)"/>
</xsl:template>

<!-- Handling for inline quote elements -->
<xsl:template match="quote">
<xsl:text>"</xsl:text><xsl:apply-templates/><xsl:text>"</xsl:text>
</xsl:template>

<xsl:template match="entry/para|entry/simpara">
<xsl:call-template name="process-id"/>
<xsl:apply-templates select="node()"/>
Expand Down

0 comments on commit 53a6c26

Please sign in to comment.