manual.ko.xsl revision 45de0209f6fdd98b9961f9641f85d572e14e3edc
0b0582a3aa10227767e359e693c4b43fec272388nd Copyright 2002-2004 The Apache Software Foundation
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd Licensed under the Apache License, Version 2.0 (the "License");
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd you may not use this file except in compliance with the License.
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd You may obtain a copy of the License at
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd Unless required by applicable law or agreed to in writing, software
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd distributed under the License is distributed on an "AS IS" BASIS,
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd See the License for the specific language governing permissions and
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd limitations under the License.
0b0582a3aa10227767e359e693c4b43fec272388nd<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
0b0582a3aa10227767e359e693c4b43fec272388nd<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"/>
60ca0709311658bc8604806c62c6e33534921b3bnd<!-- Read the localized messages from the specified language file -->
0b0582a3aa10227767e359e693c4b43fec272388nd<xsl:variable name="message" select="document('lang/ko.xml')/language/messages/message"/>
45de0209f6fdd98b9961f9641f85d572e14e3edcnd<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
60ca0709311658bc8604806c62c6e33534921b3bnd<!-- some meta information have to be passed to the transformation -->
0b0582a3aa10227767e359e693c4b43fec272388nd<xsl:variable name="output-encoding">EUC-KR</xsl:variable>
60ca0709311658bc8604806c62c6e33534921b3bnd<!-- Now get the real guts of the stylesheet -->