RE: [xsl] Mailto problem

Subject: RE: [xsl] Mailto problem
From: "Chris Bayes" <chris@xxxxxxxxxxx>
Date: Wed, 29 Aug 2001 17:34:55 +0100
Karlo,
Change it to
mailto:abc@xxxxxxx?body=send%20current-issue&amp;subject=test
Or
mailto:abc@xxxxxxx?subject=order&amp;body=send%> 20current-issue

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Karlo
> Sent: 29 August 2001 17:06
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: [xsl] Mailto problem
> 
> 
>     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
> 
> 


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


Current Thread