Files
circular_buffer/doc/html2xhtml.xslt
Jan Gaspar 3c1e56b2fd Reorganized
[SVN r2513]
2005-03-03 16:24:40 +00:00

13 lines
396 B
HTML

<?xml version='1.0' encoding='iso-8859-1'?>
<!--
Helper XSL transformation which converts HTML into XHTML.
Author: Jan Gaspar (jano_gaspar[at]yahoo.com)
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="copy.xslt"/>
<xsl:output method="xml" version="1.0" encoding="iso-8859-1" indent="yes" media-type="text/html"/>
</xsl:stylesheet>