summaryrefslogtreecommitdiff
path: root/docs/manual/style/manual.es.xsl
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-05-02 22:56:39 +0000
committerAndré Malo <nd@apache.org>2004-05-02 22:56:39 +0000
commit09e6b83cb6e9104a3f133e328c8eeecc7eb68f45 (patch)
tree97da66ef4ee0e2868ffc2fb205e899bb8be64db5 /docs/manual/style/manual.es.xsl
parent8014de161dd5c68e06ad8e55301894ac6a69a295 (diff)
downloadhttpd-09e6b83cb6e9104a3f133e328c8eeecc7eb68f45.tar.gz
remove autogenerated files
`build bootstrap` git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103568 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/style/manual.es.xsl')
-rw-r--r--docs/manual/style/manual.es.xsl27
1 files changed, 10 insertions, 17 deletions
diff --git a/docs/manual/style/manual.es.xsl b/docs/manual/style/manual.es.xsl
index 209c26f756..e91aac7279 100644
--- a/docs/manual/style/manual.es.xsl
+++ b/docs/manual/style/manual.es.xsl
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright 2004 The Apache Software Foundation
+ Copyright 2002-2004 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -16,27 +16,20 @@
limitations under the License.
-->
-<xsl:stylesheet version="1.0"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-<xsl:output
- method="xml"
- encoding="ISO-8859-1"
- indent="no"
- doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
- doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
-/>
+<xsl:output method="xml" encoding="ISO-8859-1" indent="no" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"/>
<!-- Read the localized messages from the specified language file -->
-<xsl:variable name="messages" select="document('lang/es.xml')/messages"/>
+<xsl:variable name="message" select="document('lang/es.xml')/language/messages/message"/>
+<xsl:variable name="doclang">es</xsl:variable>
<!-- some meta information have to be passed to the transformation -->
-<xsl:variable name="output-encoding" select="'ISO-8859-1'" />
-<xsl:variable name="is-chm" select="false()" />
-<xsl:variable name="is-zip" select="false()" />
+<xsl:variable name="output-encoding">ISO-8859-1</xsl:variable>
+<xsl:variable name="is-chm" select="false()"/>
+<xsl:variable name="is-zip" select="false()"/>
<!-- Now get the real guts of the stylesheet -->
<xsl:include href="xsl/common.xsl"/>
-</xsl:stylesheet>
-
+</xsl:stylesheet> \ No newline at end of file