1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-03 17:53:20 +03:00
Files
apache/docs/manual/style/man/man.en.xsl
2003-04-24 22:10:47 +00:00

18 lines
462 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output
method="text"
encoding="ISO-8859-1"
indent="no"
/>
<!-- Read the localized messages from the specified language file -->
<xsl:variable name="messages" select="document('../lang/en.xml')/messages" />
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="manpage.xsl" />
</xsl:stylesheet>