html2xml Version 0.4
====================

Description
-----------

html2xml.pl generates XML from HTML. 
Generated XML elements are :
<div>
<table>
<row>
<cell>
<url>
<list>
<item> 

<div> can be the BODY element or a DIV element
As everything, it's not a perfect script , so i will be pleased if you mail me bug you find.


Ce script est fait pour extraire les donn�es "utiles" d'un document HTML, et les sauvegardes dans un document XML dont les �l�ments sont :
<div>
<table>
<row>
<cell>
<url>
<list>
<item> 

<div> comporte l'�l�ment BODY ou les DIV du document HTML

Ce script n'est pas parfait et il est donc fort possible que vous en rep�riez un disfonctionnement. Je serai ravi que vous m'en faisiez part dans un courriel.



Installation
------------

Just the basic Makefile.PL stuff; i.e.:

> perl Makefile.PL
> make
> make test
> make install

Usage
-----

To use html2xml.pl, just type:

> html2text.pl example.html

or

> cat example.html | html2text.pl

CPAN Modules
------------

html2xml.pl uses the following CPAN modules, that need to be installed before
it will work:


HTML::TreeBuilder
Encode (included in Perl 5.8)
See http://www.perl.com/CPAN/ for details of how to download / install these
modules.

Bugs
----

Please send any bugs / comments / suggestions to francois.colombier@free.fr