placing xsl value in menu item

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
sumathys
Advanced
Advanced
Posts: 10
Joined: Fri Aug 17, 2007 8:13 am

placing xsl value in menu item

Post by sumathys »

I hav to assign an xsl value to my text in aI().
this value comes from the database and is in the form of an xml element

aI("text= <xsl:value-of select="@menudesc"/> ;
url=theUrlToOpen.htm;target=frame_BuySell;");

What is wrong with the above code,it gives a blank output.
Please,somebody guide me on this
Post Reply