Subject: RE: simple question: <fo: and parse "&"
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
Date: Wed, 12 Nov 2003 13:52:24 +0100
|
> -----Original Message-----
> From: Barry van Weldam
>
> Trying to parse the following
>
> "Report: Profit & Loss"
>
> tried
> <fo:inline >Report: Profit & Loss</fo:inline>
>
> and
>
> <fo:inline >Report: Profit & Loss</fo:inline>
>
> with no luck.
>
Hi,
Don't exactly see what the problem is (in the first case... as for the
latter, that obviously won't work ), but my guess is, the spacing in the
output is wrong(?) try:
<fo:inline>Report: Profit <fo:inline>&</fo:inline> Loss</fo:inline>
Hope this helps!
Greetz,
Andreas
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|