view DOCS/xml/pl/html-chunk.xsl @ 27481:03c589c49c6d

Remove Windows-specific #ifdefs, the file does not compile on MinGW anyway.
author diego
date Mon, 01 Sep 2008 22:34:27 +0000
parents 6668da86cff9
children
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

  <xsl:import href="../html-chunk.xsl"/>
  <xsl:include href="html-common.xsl"/>

</xsl:stylesheet>