Skip to content

Commit

Permalink
Merge pull request #41 from krues8dr/master
Browse files Browse the repository at this point in the history
Add template for pre and br tags.  Per #26
  • Loading branch information
waldoj authored Mar 12, 2017
2 parents b991750 + c663c1e commit 172083d
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 172083d

Please sign in to comment.