Closed AncientGreekGeek closed 4 years ago
I had a lot of trouble figuring out how to put in the line breaks. I tried to put it directly into the html as suggested and that didn't work and I also tried to put them in using a element, which also didn't work. I'm not sure what else to try.
@AncientGreekGeek
<xsl:template match="line"> <xsl:apply-templates/> <xsl:if test="following-sibling::line"> <br/> </xsl:if> </xsl:template>
I had a lot of trouble figuring out how to put in the line breaks. I tried to put it directly into the html as suggested and that didn't work and I also tried to put them in using a element, which also didn't work. I'm not sure what else to try.