[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: escaping/entities on the fly?

Subject: Re: escaping/entities on the fly?
From: "Gabriel K." <gabriel.klappenbach@xxxxxxxxxxxx>
Date: Thu, 3 Mar 2005 22:29:23 +0100
outlook html entities
That solution did not work for me, but maybe it's just outlook express that doesn't do what the rfs wants it to?

My link is created like this:

<a>
<xsl:attribute name="href">
mailto:<xsl:value-of select="$_settings/supportMail"/>?subject=
<xsl:value-of select="$_shared/serviceName"/>: <xsl:value-of select="$_fullName"/>&#32;<xsl:value-of select="mir:KNP"/>


   </xsl:attribute>
<xsl:value-of select="$_shared/mailLink/responsible"/>
</a>

the output of <xsl:value-of select="$_fullName"/> can be "kabelskep" for instance.
So how do you suggest I modify the code?


I tested to change the encoding in outlook, so that it reads the mail as UTF-8, and then it displays the character correctly ("kabelskep").
However, most e-mail clients will be set to use ISO-8859-1, that's the problem.


/Gabriel




----- Original Message ----- From: "Kevin Rodgers" <kevin.rodgers@xxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, March 03, 2005 9:30 PM
Subject: Re: escaping/entities on the fly?



Gabriel K. writes:
Yeah in the e-mail adress yes, but this is actually in the subject line,
like so:
href= mailto:adress@xxxxxxxxxx?subject=kabelskccccep

But of course the same restriction applies to everything in the href
attribute.

I'm using outlook express. So it seems what I need is to convert to HTML
entities instead of %HH, since outlook can't display those characters
correctly.

Nor should it. The rules for escaping non-ASCII characters in mail headers are explained in RFC 2047: http://ietf.org/rfc/rfc2047.txt

For example:

Subject: =?ISO-8859-1?Q?kabelskcccc=E5p?=

Which you would then URI-escape, yielding:

href="mailto:adress@xxxxxxxxxx?subject=%3D%3FISO-8859-1%3FQ%3Fkabelskcccc%3DE5p%3F%3D";

But this is not possible in XSLT 1.0 so I'm screwed I guess. :)

Unless someone has implemented an ietf:rfc-2047-encode() stylesheet function...

--
Kevin

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.