Skip to content

Commit

Permalink
Add template for pre and br tags. Per openva#26
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Hunt committed Mar 10, 2017
1 parent 70d6c87 commit c663c1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lexis-nexis.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
<p><xsl:apply-templates /></p>
</xsl:template>

<xsl:template match="pre|br">
<xsl:copy copy-namespaces="no"><xsl:apply-templates /></xsl:copy>
</xsl:template>

<!--Delete locator and heading-->
<xsl:template match="locator|heading" />

Expand Down

0 comments on commit c663c1e

Please sign in to comment.