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]

Re: Referencing an attribute contains an entity


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@grandprix.freeserve.co.uk>
To: <XSL-List@mulberrytech.com>
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 &quot; &lt; &gt; 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

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