Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pipeline-html.exe | 2012-06-12 | 1.3 MB | |
Totals: 1 Item | 1.3 MB | 0 |
The HTML transforms project is a library of HTML and XHTML transforms written in OmniMark. Different transforms can be combined together into a pipeline. The test directory contains the OmniMark source code for several example pipelines, while pipeline.xom in the root directory constructs any of the possible pipelines at run time, depending on its command-line options.
The library currently includes the following transforms:
- strictify
- converts the transitional HTML 4.01 or XHTML 1.0 into the strict DTD
- classify-by-stylesheet
- collects the styles into a stylesheet and replaces the style attributes by class attributes
- html-to-xhtml
- converts HTML 4.01 to XHTML 1.0
- xhtml-to-html
- converts XHTML 1.0 to HTML 4.01
OmniMark version 10.0 or newer is required for compiling the source code. The compiled executables of pipeline.xom are provided for Windows and Linux.