Subject:xslt to html producing double spaced line, but text in xml is not Author:Donna van Wyk Date:22 May 2012 02:09 PM
Ok. I'm sure this is must sound like a stupid question. And I have searched for an answer. I just have a simple xml file with a repeating tag called <para> .
It works find when output is set to text. But I changed it to HTML because i want to add a colored bar at the top. The problem is that when switching it to html, each line is now double spaced!
I've tried every attribute available to change the line height/spacing to no avail.
<doc>
<para/>
<para>Date: Friday - 05/18/2012</para>
<para>Total blah blah blah</para>
<para>Another total blah blah blah</para>