home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / apache / apache_2.0.45-win32-x86-no_ssl.msi / Data.Cab / F233057_manual.en.xsl < prev    next >
Extensible Markup Language  |  2002-09-05  |  597b  |  19 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="xml"
  7.   encoding="ISO-8859-1"
  8.   indent="no"
  9.   doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
  10.   doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
  11. />
  12.  
  13. <!-- Read the localized messages from the specified language file -->
  14. <xsl:variable name="messages" select="document('lang/en.xml')/messages"/>
  15.  
  16. <!-- Now get the real guts of the stylesheet -->
  17. <xsl:include href="xsl/common.xsl"/>
  18.  
  19. </xsl:stylesheet>