Files
circular_buffer/doc/html2xhtml.xslt
Jan Gaspar 7f0d5e6474 updated srcdoc
[SVN r3915]
2007-04-08 22:10:24 +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) 2007 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>