I would like to remove the line break that follows all text that says See the Exhibit "
Unwanted linebreak as shown in notepadd++:
This is what I have so far:
<xsl:template match="p">
<!-- output everything but the See the exhibit text should have the line break removed -->
</xsl:template>
Any ideas? Thanks!