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 >
Wrap
Extensible Markup Language
|
2003-06-30
|
418b
|
17 lines
<?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>