Meta

 view release on metacpan or  search on metacpan

Meta/Lang/Xml/xml_html_to_xml.pl  view on Meta::CPAN

	'Output'=>Meta::IO::File->new(">-"),
	'Pretty'=> {
		'PrettyWhiteIndent'=>$PrettyWhiteIndent,
		'NoWhiteSpace'=>$NoWhiteSpace,
		'NoComments'=>$NoComments,
		'AddHiddenNewline'=>$AddHiddenNewline,
		'AddHiddenAttrTab'=>$AddHiddenNewline,
		'CatchEmptyElement'=>$AddHiddenNewline,
	}
);
my($html)=XML::Driver::HTML->new(
	'Handler'=>$ya,
	'Source'=>{
		'ByteStream'=>Meta::IO::File->new($file),
		'Encoding',$Encoding,
	},
);
$html->parse();

Meta::Utils::System::exit_ok();

__END__

=head1 NAME

xml_html_to_xml.pl - convert HTML to XHTML.

=head1 COPYRIGHT

Copyright (C) 2001, 2002 Mark Veltzer;
All rights reserved.

=head1 LICENSE

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.

=head1 DETAILS

	MANIFEST: xml_html_to_xml.pl
	PROJECT: meta
	VERSION: 0.02

=head1 SYNOPSIS

	xml_html_to_xml.pl [options]

=head1 DESCRIPTION

This script converts HTML to XHTML using the SAX driver.

=head1 OPTIONS

=over 4

=item B<help> (type: bool, default: 0)

display help message

=item B<pod> (type: bool, default: 0)

display pod options snipplet

=item B<man> (type: bool, default: 0)

display manual page

=item B<quit> (type: bool, default: 0)

quit without doing anything

=item B<gtk> (type: bool, default: 0)

run a gtk ui to get the parameters

=item B<license> (type: bool, default: 0)

show license and exit

=item B<copyright> (type: bool, default: 0)

show copyright and exit

=item B<description> (type: bool, default: 0)

show description and exit

=item B<history> (type: bool, default: 0)

show history and exit

=item B<file> (type: file, default: )

what file to use ?

=item B<PrettyWhiteIndent> (type: bool, default: 1)

PrettyWhiteIndent

=item B<NoWhiteSpace> (type: bool, default: 1)

NoWhiteSpace

=item B<NoComments> (type: bool, default: 1)

NoComments

=item B<AddHiddenNewline> (type: bool, default: 0)

AddHiddenNewline



( run in 0.930 second using v1.01-cache-2.11-cpan-39bf76dae61 )