Re: [xsl] Ampersand

Subject: Re: [xsl] Ampersand
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 17 Jul 2001 09:50:28 +0100

> My final goal is to end up with an FO statement that will look
> like this:

    <fo:character character = "&someValue;"/>


Why can't you just directly put the character in the attribute?
If the character is in the output encoding then it will just appear
there, if teh character is not in the output encoding then the system
will automatically encode it in some legal way, such as &# some number;

You should never have to mess with & explictly, should you?

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread