Files
circular_buffer/doc/html2xhtml.xslt
2006-08-19 15:37:09 +00:00

19 lines
558 B
HTML

<?xml version='1.0' encoding='iso-8859-1'?>
<!--
Helper XSL transformation which converts HTML into XHTML.
Copyright (c) 2006 Jan Gaspar
Use, modification, and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
-->
<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>