RE: [xsl] Mailto problem

Subject: RE: [xsl] Mailto problem
From: "Julian Reschke" <julian.reschke@xxxxxx>
Date: Wed, 29 Aug 2001 20:03:10 +0200
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Adam Van Den
> Hoven
> Sent: Wednesday, August 29, 2001 6:11 PM
> To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
> Subject: RE: [xsl] Mailto problem
>
>
> Karlo,
>
> instead of:
>
> >       <A><xsl:attribute name='HREF'>
> > mailto:abc@xxxxxxx?subject=order&body=send%20current-issue
> >           </xsl:attribute>
> >      </A>
>
>
> use
>
> <a><xsl:attriubte name="href">
> <xsl:text disable-output-escaping='true'>
> mailto:abc@xxxxxxx?subject=order&amp;body=send%20current-issue
> </xsl:text>
> </xsl:attriubte>
> </a>
>
> The problem is that you were using an & for something other than
> starting an
> entity. This will fix your problem.

And what is the xsl:text disable-output-escaping='true' supposed to do?

Just <a
href='mailto:abc@xxxxxxx?subject=order&amp;body=send%20current-issue'>...</a
>

should to the job as well...


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


Current Thread