Connecting Tech Pros Worldwide Forums | Help | Site Map

XSLT query

Duggi
Guest
 
Posts: n/a
#1: Aug 27 '08
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 <atag.

something like <a href = $PAGELINKClick 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.


Martin Honnen
Guest
 
Posts: n/a
#2: Aug 27 '08

re: XSLT query


Duggi wrote:
Quote:
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 <atag.
>
something like <a href = $PAGELINKClick 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.


--

Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Duggi
Guest
 
Posts: n/a
#3: Aug 27 '08

re: XSLT query


On Aug 27, 4:37*pm, Martin Honnen <mahotr...@yahoo.dewrote:
Quote:
Duggi wrote:
Quote:
I am using XSLT to transfor XML to HTML.
>
Quote:
I have an XSLT variable , $PAGELINK. I need to specify this value as
an href attribute value of <atag.
>
Quote:
something like *<a href = $PAGELINKClick me for new page </a>. This
is not working for me. $PAGELINK is treated as a text by XSLT engine.
>
Quote:
I request your help to do this.
>
Answered in the dotnet.xml newsgroup.
>
--
>
* * * * Martin Honnen --- MVP XML
* * * *http://JavaScript.FAQTs.com/
Apologies, as I was a regular member here, posted here. However thanks
for the info. It helped me out.

-Cnu
Closed Thread


Similar C# / C Sharp bytes