home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 May / Gamestar_62_2004-05_dvd.iso / Programy / apache_2.0.48-win32-x86-no_ssl.msi / Data.Cab / F252952_hhp.ko.xsl < prev    next >
Extensible Markup Language  |  2003-05-10  |  657b  |  23 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- English revision: 1.2 -->
  3. <xsl:stylesheet version="1.0"
  4.               xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  5.  
  6. <xsl:output 
  7.   method="text"
  8.   encoding="EUC-KR"
  9.   indent="no"
  10. />
  11.  
  12. <!-- Read the localized messages from the specified language file -->
  13. <xsl:variable name="messages" select="document('../lang/ko.xml')/messages"/>
  14.  
  15. <!-- some meta information have to be passed to the transformation -->
  16. <xsl:variable name="hhp-lang" select="'0x412 Korean'" /> <!-- MS magic ... -->
  17.  
  18. <!-- Now get the real guts of the stylesheet -->
  19. <xsl:include href="hhp.xsl"/>
  20.  
  21. </xsl:stylesheet>
  22.  
  23.