This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Mailto problem


    Hi, I want to get the following line of HTML :

mailto:abc@xyz.com?body=send%20current-issue&subject=test

so I try:

      <A><xsl:attribute name='HREF'>
                                 mailto:abc@xyz.com?subject=order&body=send%20current-issue
          </xsl:attribute>
     </A>



I get the following error :

"semi colon character was expected. Error processing resource 'd:test.xsl'. 
Line 49, Position 49
            mailto:abc@xyz.com?subject=order&body=send%20current-issue
------------------------------------------------^"

have no idea.

Thanks

                                                 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]