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 / F252930_manual.ja.xsl < prev    next >
Extensible Markup Language  |  2003-06-20  |  836b  |  25 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-2022-jp"
  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/ja.xml')/messages"/>
  15.  
  16. <!-- some meta information have to be passed to the transformation -->
  17. <xsl:variable name="output-encoding" select="'iso-2022-jp'" />
  18. <xsl:variable name="is-chm" select="false()" />
  19. <xsl:variable name="is-zip" select="false()" />
  20.  
  21. <!-- Now get the real guts of the stylesheet -->
  22. <xsl:include href="xsl/common.xsl"/>
  23.  
  24. </xsl:stylesheet>
  25.