[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Mailto problem


Subject: [xsl] Mailto problem
From: Karlo <pcaspian@xxxxxxxxxxx>
Date: Wed, 29 Aug 2001 17:05:52 +0100

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

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

so I try:

     <A><xsl:attribute name='HREF'>
                                mailto:abc@xxxxxxx?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@xxxxxxx?subject=order&body=send%20current-issue
------------------------------------------------^"


have no idea.

Thanks




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




Current Thread