Subject: Re: simple question: <fo: and parse "&"
From: "Barry van Weldam" <barry@xxxxxxx>
Date: Wed, 12 Nov 2003 14:12:51 +0100
|
Hmm,
No doesn't work. trying to get my hands on this subject.
[quote]
but my guess is, the spacing in the output is wrong(?)
[/quote]
What do you mean by that?
Furthermore if i clear & and just use
<fo:inline >Report: Profit and Loss</fo:inline>
it will show up.
My xsl sheet starts with <?xml version="1.0" encoding="UTF-8"?>
Any more suggestions, tips?
Grtz,
Barry
----- Original Message -----
From: "Andreas L. Delmelle" <a_l.delmelle@xxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, November 12, 2003 1:52 PM
Subject: RE: simple question: <fo: and parse "&"
> > -----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
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|