Re: [PHP] Dealing with XML charsets

2002-07-03 Thread B i g D o g
Subject: Re: [PHP] Dealing with XML charsets > On Tue, 2 Jul 2002 15:23:38 -0600, [EMAIL PROTECTED] (Ray Hunter) wrote: > > Check here: > > http://www.chilkatsoft.com/ChilkatXml.asp > > Doesn't look as if it'll run under Unix? > > > Google search: > &

Re: [PHP] Dealing with XML charsets

2002-07-02 Thread Peter
On Tue, 2 Jul 2002 15:23:38 -0600, [EMAIL PROTECTED] (Ray Hunter) wrote: > Check here: > http://www.chilkatsoft.com/ChilkatXml.asp Doesn't look as if it'll run under Unix? > Google search: > http://www.google.com/search?sourceid=navclient&q=convert+xml+charset I've been googling ont he topic fo

Re: [PHP] Dealing with XML charsets

2002-07-02 Thread Peter
On Tue, 02 Jul 2002 14:33:35 -0700, [EMAIL PROTECTED] (Clay Loveless) wrote: > I haven't tried this myself yet, but will soon be facing a similar need. > > http://www.php.net/iconv > > That's probably the way I'll start off on tackling this problem ... Grab > your XML document, check to see if i

Re: [PHP] Dealing with XML charsets

2002-07-02 Thread Clay Loveless
ions, then parse the XML data. -Clay > From: Peter <[EMAIL PROTECTED]> > Date: Tue, 02 Jul 2002 21:05:28 GMT > To: [EMAIL PROTECTED] > Subject: [PHP] Dealing with XML charsets > > Hi, > > Has anyone any advice as to how to deal with XML documents encoded in > w

Re: [PHP] Dealing with XML charsets

2002-07-02 Thread Ray Hunter
2002 3:05 PM Subject: [PHP] Dealing with XML charsets > Hi, > > Has anyone any advice as to how to deal with XML documents encoded in windows-1252: a character set that PHP's XML extension won't process? I've > got a large number of such documents, and using xml_parse_

[PHP] Dealing with XML charsets

2002-07-02 Thread Peter
Hi, Has anyone any advice as to how to deal with XML documents encoded in windows-1252: a character set that PHP's XML extension won't process? I've got a large number of such documents, and using xml_parse_into_struct() would be the easiest way to handle them - but because of the encoding p