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 / F252931_manual.ko.xsl < prev    next >
Extensible Markup Language  |  2003-06-20  |  858b  |  26 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- English revision: 1.4 -->
  3. <xsl:stylesheet version="1.0"
  4.               xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  5.  
  6. <xsl:output 
  7.   method="xml"
  8.   encoding="EUC-KR"
  9.   indent="no"
  10.   doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
  11.   doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
  12. />
  13.  
  14. <!-- Read the localized messages from the specified language file -->
  15. <xsl:variable name="messages" select="document('lang/ko.xml')/messages"/>
  16.  
  17. <!-- some meta information have to be passed to the transformation -->
  18. <xsl:variable name="output-encoding" select="'EUC-KR'" />
  19. <xsl:variable name="is-chm" select="false()" />
  20. <xsl:variable name="is-zip" select="false()" />
  21.  
  22. <!-- Now get the real guts of the stylesheet -->
  23. <xsl:include href="xsl/common.xsl"/>
  24.  
  25. </xsl:stylesheet>
  26.