1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00
Files
apache/docs/manual/style/latex/manualpage.xsl
Joshua Slive f044bb22f6 LaTeX:
- Add transformations of quickreference and faq.

- Move <seealso> and the titles to their own templates to avoid
repeating code.

- Fix external directives.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100304 13f79535-47bb-0310-9956-ffa450edef68
2003-06-19 18:36:06 +00:00

17 lines
402 B
XML

<?xml version="1.0"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/1999/xhtml">
<xsl:template match="manualpage">
<xsl:call-template name="section-title"/>
<xsl:apply-templates select="summary"/>
<xsl:call-template name="seealso"/>
<xsl:apply-templates select="section"/>
</xsl:template>
</xsl:stylesheet>