I could theoretically split the address up into multiple fields the way you
have suggested, but I am only using the address as an example.  In other
places I need to put user observations that they have typed into a text box
in my report.  These observations and other user entered fields exhibit the
same issue when I display them in my reports.

The transformation appears to be correct when i run it manually, but when I
run the entire transformation manually it turns out correct anyway (hence my
real confusion):

<fo:table-row height="3cm"
space-after.optimum="5pt"><fo:table-cell><fo:block text-align="start"
white-space-collapse="false" white-space-treatment="preserve"
space-after.optimum="4pt" font-size="10pt" font-family="sans-serif">282
Quarry Road
Milford, CT 06460</fo:block></fo:table-cell><fo:table-cell><fo:block
space-after.optimum="4pt" font-size="10pt"
font-family="sans-serif"/></fo:table-cell></fo:table-row>

-Dave


-----Original Message-----
From: J.Pietschmann [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 16, 2003 5:09 PM
To: [EMAIL PROTECTED]
Subject: Re: Changing SAX Class


David Rosenstein wrote:
> if i have the following xml:
> <root>
> <company_address>282 Quarry Rd
> Milford, CT 06460</company_address>
> </root>
>
> the following is in my stylesheet:
>
> <fo:block font-family="sans-serif" font-size="10pt"
> white-space-treatment="preserve" white-space-collapse="false"
> text-align="start">
>       <xsl:value-of select="company_address" />
> </fo:block>
>
>
> I have a batch file to run fop and create a pdf it prints:
> 282 Quarry Rd
> Milford, CT 06460
>
> When I run this from my code, I get the following in the pdf:
>       282 Quarry Rd
> Milford, CT 06460
>
Run the transformation standalone:
  http://xml.apache.org/fop/running.html#check-input
and check whether the tab is already in the transformation output.

J.Pietschmann


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


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

Reply via email to