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]

< problem


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


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