I am trying to set up a portion of the output .pdf file to be a simple
display of the raw XML data. I've tried the following, along with
changing < to &lt; and > to &gt;
   <xsl:template match="RawData" >
      <fo:block white-space-collapse="false" color="#000000"
font-family="Helvetica,sans-serif" font-size="12pt" space-after="0pt"
text-align="left" space-before="0pt">
         <xsl:value-of disable-output-escaping="yes"
select="rawDataData"/>
      </fo:block>
   </xsl:template>

but the output ends up double or triple spaced.

Any ideas on whay I'm doing wrong?

Thanks,

Jay



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to