i got one XSLT file (render XML data).......i try to using hyperlink pass two parametr but it happen error and said that "semi colon expected"........i hv attached my file together........anyone can tell me y?
Printable View
i got one XSLT file (render XML data).......i try to using hyperlink pass two parametr but it happen error and said that "semi colon expected"........i hv attached my file together........anyone can tell me y?
Ampersands have special meaning in xml in your url change & to &
<a href="http://localhost/ProgramDetail.php?program={$programView}&date={$programDate}"><xsl:value-of select ="Program"/>
yeah...problem solved...........thank!!