Re: [xsl] using xsl:output-character to render characters in 2 ways

Subject: Re: [xsl] using xsl:output-character to render characters in 2 ways
From: Tom T <tomw289@xxxxxxxxxxxxxx>
Date: Fri, 13 Nov 2009 16:22:52 +0000
I'll change my example.

Financial Times, "ErdoDan Grubu'na"

creates

  <meta name="description"
            content='Financial Times, &#34;ErdoDan Grubu'na&#34;'
            />

I now have an attribute that is marked up by single quotes containing
a single quote. IE6 for one cannot deal with this.



On Fri, Nov 13, 2009 at 3:45 PM, Florent Georges <lists@xxxxxxxxxxxx> wrote:
> Tom T wrote:
>
>> <meta name="description" content='Financial Times,
>> "ErdoDan" diyor.'>
>
>> So the attribute value is what I expect.. The problem is
>> that the double quotes we usually use on attributes are
>> now being rendered as single quotes. Any idea why?
>
> B Why is it a problem? B When the attribute value contains double quote
chars and no single quote chars, that's a good choice from the serializer to
use single quotes around the value IMHO.
>
> B Regards,
>
> --
> Florent Georges
> http://www.fgeorges.org/

Current Thread