htmlXPress 2.2 review

Download
by rbytes.net on

htmlXPress is a Perl script to parse web pages before publishing.

License: Freeware
OS: Windows Vista / 7 / 8 / 10
File size: 129K
Developer: tredje design
Price: $0.00
Updated: 08 Feb 2006
0 stars award from rbytes.net


htmlXPress is a Perl script to parse web pages before publishing. User-defined place-holders of macros can be expanded. Invisible comments and extra whitespace can be removed. Being Perl, it is essentially freely programmable to suite your website.

Site-specific settings can be defined through different config files in separate source folders.

Whenever an HTML file is ready for publishing you "compile" it with htmlXPress. In Mac OS X, you can do that directly from the command line in the Terminal.

You are not limited to search and replace patterns. Using foreach loops and other commands, you can define complex code that builds up a section of your pages automatically.

Here are some key features of "htmlXPress":
Use macros to make HTML easier.
Compress the HTML source code.

What's New:
Added compression support for style sheets (CSS).
CSS id names can now be replaced by short generic names. For that, all id names must be defined in the configuration file. No replacement is done if the generic id is already in use.
Better XML support (various), e.g. a new option --(no)lint to run xmllint (default on).
Added option --(no)link to check all hyperlinks (default off).
Introduced a &sign_off subroutine that the user can define in much the same way as &html_rules. Whereas &html_rules is called at the beginning of our processing, &sign_off is evoked at the very end. You can use this, for instance, to issue warnings on whatever you do not like about the result.
Retired $isdst variable as it was not used.
The file naming fall-back routine now checks whether a file rule has been used used before applying default settings.
Changed variable $isxml to $type (eq "xml").
Added support for ? -> €.
New macro to declare the document type. The inserted DOCTYPES adhere to W3C standards for HTML 4.01 XHTML 1.0 and 1.1 documents. Use e.g. .
While not intended as a complete syntax checker, a number of consistency checks have been added.
New option --(no)syntax to switch test off (default on).
Added a check for lowercase which is not allowed.
Added a check for undetected .
Simplified the code through stronger use of "unless".
Processing now stops at "__END__" (in a separate line).
Changed the format of the debug messages (to STDERR).
New subs "msg", "err" to streamline messages.

htmlXPress 2.2 search tags