mirror of
https://github.com/boostorg/circular_buffer.git
synced 2026-01-27 06:42:18 +00:00
13 lines
396 B
HTML
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>
|