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 / F252945_hhc.ja.xsl < prev    next >
Extensible Markup Language  |  2003-04-17  |  749b  |  24 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="SHIFT_JIS"
  8.   indent="no"
  9. />
  10.  
  11. <!-- Read the localized messages from the specified language file -->
  12. <xsl:variable name="messages" select="document('../lang/ja.xml')/messages"/>
  13.  
  14. <!-- some meta information have to be passed to the transformation -->
  15. <xsl:variable name="output-encoding" select="'SHIFT_JIS'" />
  16. <xsl:variable name="toc-font" select="'MS UI Gothic,10,128'" /> <!-- MS magic ... -->
  17. <xsl:variable name="xml-ext" select="'.xml.ja'" />
  18.  
  19. <!-- Now get the real guts of the stylesheet -->
  20. <xsl:include href="hhc.xsl"/>
  21.  
  22. </xsl:stylesheet>
  23.  
  24.