manual.ko.xsl revision 578d284908c082afe20159da2b8967b504a33e9d
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers<?xml version="1.0" encoding="utf-8"?>
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers<!--
8b516fdea74127327b0945bb50690bd70c6b6692Tom Gundersen Copyright 2002-2004 The Apache Software Foundation
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers Licensed under the Apache License, Version 2.0 (the "License");
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers you may not use this file except in compliance with the License.
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers You may obtain a copy of the License at
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers http://www.apache.org/licenses/LICENSE-2.0
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers Unless required by applicable law or agreed to in writing, software
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers distributed under the License is distributed on an "AS IS" BASIS,
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers See the License for the specific language governing permissions and
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers limitations under the License.
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers-->
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
8b516fdea74127327b0945bb50690bd70c6b6692Tom Gundersen
07630cea1f3a845c09309f197ac7c4f11edd3b62Lennart Poettering<xsl:output method="xml" encoding="EUC-KR" indent="no" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
b5efdb8af40ea759a1ea584c1bc44ecc81dd00ceLennart Poettering
8b516fdea74127327b0945bb50690bd70c6b6692Tom Gundersen<!-- Read the localized messages from the specified language file -->
07630cea1f3a845c09309f197ac7c4f11edd3b62Lennart Poettering<xsl:variable name="message" select="document('lang/ko.xml')/language/messages/message"/>
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers<xsl:variable name="doclang">ko</xsl:variable>
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers<!-- some meta information have to be passed to the transformation -->
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers<xsl:variable name="output-encoding">EUC-KR</xsl:variable>
f2d433e178df7df01a836e95775261e1d85ec60dZbigniew Jędrzejewski-Szmek<xsl:variable name="is-chm" select="false()"/>
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers<xsl:variable name="is-zip" select="false()"/>
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers<!-- Now get the real guts of the stylesheet -->
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers<xsl:include href="xsl/common.xsl"/>
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers
2001208c2ab631a69896d1f670c26846b70d1fb7Kay Sievers</xsl:stylesheet>