manual.ko.xsl revision 60ca0709311658bc8604806c62c6e33534921b3b
60ca0709311658bc8604806c62c6e33534921b3bnd<?xml version="1.0" encoding="ISO-8859-1"?>
60ca0709311658bc8604806c62c6e33534921b3bnd<!-- English revision: 1.4 -->
60ca0709311658bc8604806c62c6e33534921b3bnd<xsl:stylesheet version="1.0"
60ca0709311658bc8604806c62c6e33534921b3bnd xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
60ca0709311658bc8604806c62c6e33534921b3bnd
60ca0709311658bc8604806c62c6e33534921b3bnd<xsl:output
60ca0709311658bc8604806c62c6e33534921b3bnd method="xml"
60ca0709311658bc8604806c62c6e33534921b3bnd encoding="EUC-KR"
60ca0709311658bc8604806c62c6e33534921b3bnd indent="no"
60ca0709311658bc8604806c62c6e33534921b3bnd doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
60ca0709311658bc8604806c62c6e33534921b3bnd doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
60ca0709311658bc8604806c62c6e33534921b3bnd/>
60ca0709311658bc8604806c62c6e33534921b3bnd
60ca0709311658bc8604806c62c6e33534921b3bnd<!-- Read the localized messages from the specified language file -->
60ca0709311658bc8604806c62c6e33534921b3bnd<xsl:variable name="messages" select="document('lang/ko.xml')/messages"/>
60ca0709311658bc8604806c62c6e33534921b3bnd
60ca0709311658bc8604806c62c6e33534921b3bnd<!-- some meta information have to be passed to the transformation -->
60ca0709311658bc8604806c62c6e33534921b3bnd<xsl:variable name="output-encoding" select="'EUC-KR'" />
60ca0709311658bc8604806c62c6e33534921b3bnd<xsl:variable name="is-chm" select="false()" />
60ca0709311658bc8604806c62c6e33534921b3bnd
60ca0709311658bc8604806c62c6e33534921b3bnd<!-- Now get the real guts of the stylesheet -->
60ca0709311658bc8604806c62c6e33534921b3bnd<xsl:include href="xsl/common.xsl"/>
60ca0709311658bc8604806c62c6e33534921b3bnd
60ca0709311658bc8604806c62c6e33534921b3bnd</xsl:stylesheet>