Html To Xhtml Convertor 0.7.7 review

Download
by rbytes.net on

Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages. It can process batches of files,

License: GPL (GNU General Public License)
File size: 0K
Developer: Jamie Cheetham
0 stars award from rbytes.net

Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages.

It can process batches of files, convert Windows/Unix/Mac line breaks, and deal with attribute minimization, quoting of attribute values, and more.

Installation:

To install, simply run the following command as root: make install

Alternatively, simply move the htx file to wherever you would like. The command above installs it to /usr/local/bin/

Usage:

Use the following command to get usage information after installing:

htx --help
or if the htx file is in the current directory, try:
./htx --help

Example use:

htx --dos --verbose index.html index2.html
That will take a file with DOS line breaks, index.html, convert it
to XHTML as best it can and save the result as index2.html

Limitations:
oes not check for closing < /p >, < /li > or other block-level tags.
Assumes there are no < or > which are not part of tags, use < and >
Does not distingish between block and inline tags.

What's New in This Release:
Added the --tty option to dump output to STDOUT rather than a file
Added detection of old ICRA data
Improved handling of single quoted attribute values
Removed updating of Pico version
Fixed a typo with the years in the Changelog file
Did a couple of very minor internal changes

Html To Xhtml Convertor 0.7.7 keywords