At 17:36 +0900 5/19/03, Kouhei Sutou wrote: >Hi, > >From: Jim Freeze <jim / freeze.org> >Subject: Which RSS? >Date: Mon, 19 May 2003 10:12:41 +0900 >Message-ID: <20030518212057.A38515 / freeze.org> > >> rss > >It can parse RSS 0.9x/1.0/2.0. > >It can work if you have REXML, xmlscan, or XMLParser. ># SPEED ># XMLParser > xmlscan > REXML Does that mean the speed of the leftmost modules is higher, or that they take more time (and thus are slower)? > >It can change output encoding. >For example, you can get UTF-8 string when parse RSS >0.9x/1.0/2.0 encoded ISO-8859-1. > >-- >kou