mirror of
https://github.com/apache/httpd.git
synced 2025-11-08 04:22:21 +03:00
- 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
17 lines
402 B
XML
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> |