Name
make.valid.html — Attempt to make sure the HTML output is valid HTML
Synopsis
§65: §139 |
1| <xsl:param name="make.valid.html"
2| select="0"/> |
Description
If make.valid.html is true, the stylesheets take
extra effort to ensure that the resulting HTML is valid. This may mean that some
para tags are translated into HTML divs or
that other substitutions occur.