Results 1 to 3 of 3

Thread: Hyperlink pass parameter

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Resolved Hyperlink pass parameter

    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?
    Attached Files Attached Files
    Last edited by kenny_oh; Nov 16th, 2005 at 10:25 AM.

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Re: Hyperlink pass parameter

    Ampersands have special meaning in xml in your url change & to &
    <a href="http://localhost/ProgramDetail.php?program={$programView}&amp;date={$programDate}"><xsl:value-of select ="Program"/>

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Re: Hyperlink pass parameter

    yeah...problem solved...........thank!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width