Re: [xsl] encoding problem

Subject: Re: [xsl] encoding problem
From: Joern Clausen <joern@xxxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 31 May 2001 11:48:24 +0200
Hi!

On Thu, May 31, 2001 at 04:53:19PM +0800, Frank Chen wrote:
> It looks like you should have a text declaration in the entity:
> 
> <?xml version="1.0" encoding="iso-8859-1"?>
>       <entry time='991146682'>
>         <name>Joe User</name>
>         <email>juser@xxxxxxxxxx</email>
>         ...
>       </entry>
> 
>       <entry time='...'>
>         ...
>       </entry>

That works, thank you. Although I'd prefer not to have any special lines
in that file, it should just fill up with entry nodes from the form. I'd
expected that the encoding attribute in the wrapper file would suffice.

-- 
 Joern Clausen                                joern@xxxxxxxxxxxxxxxxxxxxxxxx
 Faculty of Technology           http://www.TechFak.Uni-Bielefeld.DE/~joern/
 Bielefeld University, Germany                           +49 (0)521/106-2905

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


Current Thread