home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 November / PCWorld_2003-11_cd.bin / Komunik / apache / apache_2.0.47-win32-x86-no_ssl.msi / Data.Cab / F251387_man.en.xsl < prev    next >
Extensible Markup Language  |  2003-04-24  |  479b  |  18 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <xsl:stylesheet version="1.0"
  3.               xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  4.  
  5. <xsl:output 
  6.   method="text"
  7.   encoding="ISO-8859-1"
  8.   indent="no"
  9. />
  10.  
  11. <!-- Read the localized messages from the specified language file -->
  12. <xsl:variable name="messages" select="document('../lang/en.xml')/messages" />
  13.  
  14. <!-- Now get the real guts of the stylesheet -->
  15. <xsl:include href="manpage.xsl" />
  16.  
  17. </xsl:stylesheet>
  18.