[xsl] < problem

Subject: [xsl] < problem
From: thomas george <thomas08536@xxxxxxxxx>
Date: Mon, 29 Oct 2001 11:25:09 -0800 (PST)
Hi Guys,
           I have a very silly problem sorry for the
ignorance. I have an xml element which goes as below

<link>This link do a &lt;a href="click.pdf"&gt;click
$lt;/a</link>   .

and my style is as below
<xsl:value-of disable-output-escaping = "yes"
select="normalize-space(link)"/>

but the output does not give me a link in the html it
still gives me the same out put without a link with
entity references as below

This link do a &lt;a href="click.pdf"&gt;click $lt;/a

am i dooing something wrong or am i missing something
please correct me.

Thanx
Thomas

__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

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


Current Thread