0b0582a3aa10227767e359e693c4b43fec272388nd<?xml version="1.0" encoding="utf-8"?>
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd<!--
d209ecb5fe6393098ebb1f1afeea3648b1bf89eafielding Licensed to the Apache Software Foundation (ASF) under one or more
d209ecb5fe6393098ebb1f1afeea3648b1bf89eafielding contributor license agreements. See the NOTICE file distributed with
d209ecb5fe6393098ebb1f1afeea3648b1bf89eafielding this work for additional information regarding copyright ownership.
d209ecb5fe6393098ebb1f1afeea3648b1bf89eafielding The ASF licenses this file to You under the Apache License, Version 2.0
d209ecb5fe6393098ebb1f1afeea3648b1bf89eafielding (the "License"); you may not use this file except in compliance with
d209ecb5fe6393098ebb1f1afeea3648b1bf89eafielding the License. You may obtain a copy of the License at
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd http://www.apache.org/licenses/LICENSE-2.0
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd
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.
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd-->
bfb214f8ec1b83a124e7a8caa495e3e8f19e9c75nd
0b0582a3aa10227767e359e693c4b43fec272388nd<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
60ca0709311658bc8604806c62c6e33534921b3bnd
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
60ca0709311658bc8604806c62c6e33534921b3bnd<!-- Read the localized messages from the specified language file -->
0b0582a3aa10227767e359e693c4b43fec272388nd<xsl:variable name="message" select="document('lang/ko.xml')/language/messages/message"/>
0b0582a3aa10227767e359e693c4b43fec272388nd<xsl:variable name="doclang">ko</xsl:variable>
45de0209f6fdd98b9961f9641f85d572e14e3edcnd<xsl:variable name="allmodules" select="document('xsl/util/allmodules.xml')/items/item[@lang=$doclang]"/>
60ca0709311658bc8604806c62c6e33534921b3bnd
60ca0709311658bc8604806c62c6e33534921b3bnd<!-- some meta information have to be passed to the transformation -->
0b0582a3aa10227767e359e693c4b43fec272388nd<xsl:variable name="output-encoding">EUC-KR</xsl:variable>
0b0582a3aa10227767e359e693c4b43fec272388nd<xsl:variable name="is-chm" select="false()"/>
0b0582a3aa10227767e359e693c4b43fec272388nd<xsl:variable name="is-zip" select="false()"/>
faf6c84e04f42e04b49985b4a28973dfd36e563fnd<xsl:variable name="is-retired" select="false()"/>
60ca0709311658bc8604806c62c6e33534921b3bnd
60ca0709311658bc8604806c62c6e33534921b3bnd<!-- Now get the real guts of the stylesheet -->
60ca0709311658bc8604806c62c6e33534921b3bnd<xsl:include href="xsl/common.xsl"/>
60ca0709311658bc8604806c62c6e33534921b3bnd
578d284908c082afe20159da2b8967b504a33e9dnd</xsl:stylesheet>