in reply to How to convert HTML to XML w/ Perl?

Probably the simplest way is to use the -asxml flag of tidy - which is written in perl :) [There is a perl wrapper for TidyLib, called HTML::Tidy]. $ tidy -asxml foo.html > foo.xml

After Compline,
Zaxo

Replies are listed 'Best First'.
Re: Re: How to convert HTML to XML w/ Perl?
by Anonymous Monk on Feb 07, 2004 at 08:11 UTC