xsl-list
[Top] [All Lists]

RE: Preseving character entities

2004-11-25 06:49:48

On Thu, 25 Nov 2004 13:39:17 -0000, "Michael Kay" <mike(_at_)saxonica(_dot_)com>
said:
Perhaps you forgot to do use-character-maps in your xsl:output
declaration?

But why do you need the character map? Just specify:

<xsl:output encoding="us-ascii"/>

Oh, OK, I just didn't realise I could do that. Thanks.

One more thing, now my resultant documents all have encoding="us-ascii"
in their XML declarations. Can I make them UTF-8?

Cheers,
Richard
-- 
  Richard Lewis
  richardlewis(_at_)fastmail(_dot_)co(_dot_)uk


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--