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 / F252946_hhc.ko.xsl < prev    next >
Extensible Markup Language  |  2003-05-10  |  767b  |  25 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- English revision: 1.1 -->
  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="output-encoding" select="'EUC-KR'" />
  17. <xsl:variable name="toc-font" select="'Gulim,9,129'" /> <!-- MS magic ... -->
  18. <xsl:variable name="xml-ext" select="'.xml.ko'" />
  19.  
  20. <!-- Now get the real guts of the stylesheet -->
  21. <xsl:include href="hhc.xsl"/>
  22.  
  23. </xsl:stylesheet>
  24.  
  25.