Subject: Re: simple question: <fo: and parse "&"
From: Bob Foster <bob@xxxxxxxxxx>
Date: Thu, 13 Nov 2003 04:07:00 -0600
|
Just a guess, but perhaps the document in which the <fo:inline appears
is used to generate another document which is then parsed to produce the
final output. The first parse would replace the first &amp; with
& and the second would replace the resulting & with &.
Bob Foster
Barry van Weldam wrote:
Yes that did the trick.
But why?????
thnks.
barry
----- Original Message -----
From: "Rob Taylor" <rob@xxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, November 13, 2003 8:54 AM
Subject: RE: simple question: <fo: and parse "&"
Just a guess, but you could try
<fo:inline >Report: Profit &amp; Loss</fo:inline>
-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Barry van
Weldam
Sent: 12 November 2003 12:54
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: simple question: <fo: and parse "&"
Hi,
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.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|