Subject: Re: Referencing an attribute contains an entity
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Sat, 18 Nov 2000 11:54:18 -0800
|
Can you do a simple output of &logo; to text/html to see if you actually
have a value there?
--- if so,
Is this what you need?
<img src="&logo;"/>
It works in Xalan.
----- Original Message -----
From: "Dan Matthews" <dan@xxxxxxxxxxxxxxxxxxxxxxxxx>
To: <XSL-List@xxxxxxxxxxxxxxxx>
Sent: Friday, November 17, 2000 6:37 AM
Subject: Referencing an attribute contains an entity
> Hi.
> I'm really stuck and am sure this is an easy one for those with the
know-how -
> i have tried trawling the list but cant solve it myself.
>
> i have an entity named "logo" which refers to a gif file. it has the
> appropriate <!NOTATION> in the corresponding dtd. however, i just can't
manage
> to output the contents of the entity (via the attribute 'source' from my
xml
> element).
>
> i am trying to write <img src=".... and then chuck my attribute value in
but
> the parser (IE5) just complains. i have tried using " < > etc
for
> encoding but i still cant get it to work...
>
> cheers
> dan
>
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|