home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 May / PCWorld_2004-05_cd.bin / komunikace / apache / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252970_manualpage.xsl < prev    next >
Extensible Markup Language  |  2003-06-30  |  418b  |  17 lines

  1. <?xml version="1.0"?>
  2. <xsl:stylesheet version="1.0"
  3.               xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  4.                   xmlns="http://www.w3.org/1999/xhtml">
  5.  
  6. <xsl:template match="manualpage">
  7.  
  8. <xsl:call-template name="section-title"/>
  9.  
  10. <xsl:apply-templates select="summary"/>
  11.  
  12. <xsl:call-template name="seealso"/>
  13.  
  14. <xsl:apply-templates select="section"/>
  15. </xsl:template>
  16.  
  17. </xsl:stylesheet>