This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Outputing an '&' from XSL


Eoin Flood wrote:
> 
> I need to output HTML which contains the following fragment
> but whatever I do I always get a '&' in the output stream

An & indicates that the text between this and the next ; is an
entity. It would be an error to have a & imply anything else.

In any case, having & in your attribute shouldn't be a
problem. AFAIK, all browsers accept this. Your object (a
plug-in ??) should receive the text with the entity resolved,
I believe.

-- 
Warren Hedley
Department of Engineering Science
Auckland University
New Zealand


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]