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
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