Click to See Complete Forum and Search --> : Dynamic link with XML/XSL


DJMirage
02-07-2004, 06:34 AM
hi,
i want to link up to a php file giving the php file a variable in the url.
the variable si in the xml file, but because tere are loads of entries in ym xml file, the variable is dynamic.
so i want to create this link:

information.php?application=[variable]

where variable should be the content of:<xsl:value-of select="omschrijving"/>

I tried the normal a href tag, and also tried putting the complete a href tag in the xml, but then it would only get the link description :(

greets,
martijn de boer

DJMirage
02-08-2004, 01:55 PM
since noone anwsers :P
the anwser was by putting it between {} which is an Xpath directive.