XSLT query

D

Duggi

Hi

I am using XSLT to transfor XML to HTML.

I have an XSLT variable , $PAGELINK. I need to specify this value as
an href attribute value of <a> tag.

something like <a href = $PAGELINK> Click me for new page </a>. This
is not working for me. $PAGELINK is treated as a text by XSLT engine.

I request your help to do this.


Thanks
Srinivas.
 
M

Martin Honnen

Duggi said:
I am using XSLT to transfor XML to HTML.

I have an XSLT variable , $PAGELINK. I need to specify this value as
an href attribute value of <a> tag.

something like <a href = $PAGELINK> Click me for new page </a>. This
is not working for me. $PAGELINK is treated as a text by XSLT engine.

I request your help to do this.

Answered in the dotnet.xml newsgroup.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top