> 1) Modify common.dtd to allow classes inside <pre> tags > 2) Modify common.xsl to include the style sheet and scripts used for > highlighting the source code examples in our documentation. > > To create syntax highlighted source code examples, the only requirement > would be that you use the following syntax: > > <pre class="sh_c"> > code_goes_here(foo); > </pre>
I'd prefer a different element on xml side. Like <highlight language="perl"> or <syntax>. Otherwise I like the javascript solution. nd --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org