Re: [xsl] a href="body=capture text from foot node"

Subject: Re: [xsl] a href="body=capture text from foot node"
From: jeb501@xxxxxxxxxxxxxxx
Date: Thu, 21 Jul 2005 16:03:08 +0530
Thanks, Joris

A simple AVT (Attribute Value Template) will do:
<A HREF="mailto:jeb@xxxxxxxxxxxxx?Subject=Feedback 
?body={bstat/foot}">Feedback</A>

When i use the above code i get the below output with proceeding and 
succeeding %0A ,

how to remove that.

<A HREF="mailto:jeb@somewhere?Subject=Some Text?body=%0ALine Entry Missing 
 %0A">Mail to jeb</A></body>
</html>

Regards
Eugene




"Joris Gillis" <roac@xxxxxxxxxx> 
21-07-2005 03:13 PM
Please respond to
xsl-list@xxxxxxxxxxxxxxxxxxxxxx


To
xsl-list@xxxxxxxxxxxxxxxxxxxxxx
cc

Subject
Re: [xsl] a href="body=capture text from foot node"






Hi,
On Thu, 21 Jul 2005 09:45:32 +0200, <jeb501@xxxxxxxxxxxxxxx> wrote:

>  <A HREF="mailto:jeb@xxxxxxxxxxxxx?Subject=Feedback ?body=the text from
> foot node should come here">Feedback</A>

A simple AVT (Attribute Value Template) will do:
<A HREF="mailto:jeb@xxxxxxxxxxxxx?Subject=Feedback 
?body={bstat/foot}">Feedback</A>

regards,
                 Joris Gillis
-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/

Current Thread