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 / F251362_hhp.de.xsl < prev    next >
Extensible Markup Language  |  2003-04-20  |  641b  |  22 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="windows-1252"
  8.   indent="no"
  9. />
  10.  
  11. <!-- Read the localized messages from the specified language file -->
  12. <xsl:variable name="messages" select="document('../lang/de.xml')/messages"/>
  13.  
  14. <!-- some meta information have to be passed to the transformation -->
  15. <xsl:variable name="hhp-lang" select="'0x407 German (Germany)'" /> <!-- MS magic ... -->
  16.  
  17. <!-- Now get the real guts of the stylesheet -->
  18. <xsl:include href="hhp.xsl"/>
  19.  
  20. </xsl:stylesheet>
  21.  
  22.