nd 2004/05/02 15:56:39
Modified: docs/manual/style manual.de.xsl manual.en.xsl manual.es.xsl
manual.fr.xsl manual.ja.xsl manual.ko.xsl
manual.ru.xsl
Added: docs/manual/style .cvsignore description.xml
lang-targets.xml
Removed: docs/manual/style manual.pt-br.xsl manual.sv.xsl
docs/manual/style/chm chm.de.xsl chm.en.xsl chm.es.xsl
chm.ja.xsl chm.ko.xsl hhc.de.xsl hhc.en.xsl
hhc.es.xsl hhc.ja.xsl hhc.ko.xsl hhc.xsl hhp.de.xsl
hhp.en.xsl hhp.es.xsl hhp.ja.xsl hhp.ko.xsl hhp.xsl
docs/manual/style/zip zip.de.xsl zip.en.xsl zip.ja.xsl
zip.ko.xsl zip.ru.xsl
Log:
remove autogenerated files
`build bootstrap`
Revision Changes Path
1.8 +9 -15 httpd-2.0/docs/manual/style/manual.de.xsl
Index: manual.de.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.de.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- manual.de.xsl 9 Feb 2004 20:22:52 -0000 1.7
+++ manual.de.xsl 2 May 2004 22:56:38 -0000 1.8
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2002-2004 The Apache Software Foundation
@@ -16,26 +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/de.xml')/messages"/>
+<xsl:variable name="message" select="document('lang/de.xml')/language/messages/message"/>
+<xsl:variable name="doclang">de</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
1.8 +9 -15 httpd-2.0/docs/manual/style/manual.en.xsl
Index: manual.en.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.en.xsl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -u -r1.7 -r1.8
--- manual.en.xsl 9 Feb 2004 20:22:52 -0000 1.7
+++ manual.en.xsl 2 May 2004 22:56:38 -0000 1.8
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2002-2004 The Apache Software Foundation
@@ -16,26 +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/en.xml')/messages"/>
+<xsl:variable name="message" select="document('lang/en.xml')/language/messages/message"/>
+<xsl:variable name="doclang">en</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
1.3 +10 -17 httpd-2.0/docs/manual/style/manual.es.xsl
Index: manual.es.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.es.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- manual.es.xsl 24 Apr 2004 12:34:08 -0000 1.2
+++ manual.es.xsl 2 May 2004 22:56:38 -0000 1.3
@@ -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
1.4 +10 -16 httpd-2.0/docs/manual/style/manual.fr.xsl
Index: manual.fr.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.fr.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- manual.fr.xsl 9 Feb 2004 20:22:52 -0000 1.3
+++ manual.fr.xsl 2 May 2004 22:56:38 -0000 1.4
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright 2003-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,26 +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/fr.xml')/messages"/>
+<xsl:variable name="message" select="document('lang/fr.xml')/language/messages/message"/>
+<xsl:variable name="doclang">fr</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
1.10 +9 -15 httpd-2.0/docs/manual/style/manual.ja.xsl
Index: manual.ja.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.ja.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -u -r1.9 -r1.10
--- manual.ja.xsl 9 Feb 2004 20:22:52 -0000 1.9
+++ manual.ja.xsl 2 May 2004 22:56:38 -0000 1.10
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2002-2004 The Apache Software Foundation
@@ -16,26 +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-2022-jp"
- 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-2022-JP" 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/ja.xml')/messages"/>
+<xsl:variable name="message" select="document('lang/ja.xml')/language/messages/message"/>
+<xsl:variable name="doclang">ja</xsl:variable>
<!-- some meta information have to be passed to the transformation -->
-<xsl:variable name="output-encoding" select="'iso-2022-jp'" />
-<xsl:variable name="is-chm" select="false()" />
-<xsl:variable name="is-zip" select="false()" />
+<xsl:variable name="output-encoding">ISO-2022-JP</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
1.6 +10 -17 httpd-2.0/docs/manual/style/manual.ko.xsl
Index: manual.ko.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.ko.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- manual.ko.xsl 25 Apr 2004 22:10:21 -0000 1.5
+++ manual.ko.xsl 2 May 2004 22:56:38 -0000 1.6
@@ -1,8 +1,7 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- English Revision: 1.7 -->
+<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright 2003-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.
@@ -17,26 +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="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"
-/>
+<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"/>
<!-- Read the localized messages from the specified language file -->
-<xsl:variable name="messages" select="document('lang/ko.xml')/messages"/>
+<xsl:variable name="message" select="document('lang/ko.xml')/language/messages/message"/>
+<xsl:variable name="doclang">ko</xsl:variable>
<!-- some meta information have to be passed to the transformation -->
-<xsl:variable name="output-encoding" select="'EUC-KR'" />
-<xsl:variable name="is-chm" select="false()" />
-<xsl:variable name="is-zip" select="false()" />
+<xsl:variable name="output-encoding">EUC-KR</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
1.7 +9 -15 httpd-2.0/docs/manual/style/manual.ru.xsl
Index: manual.ru.xsl
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/style/manual.ru.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -u -r1.6 -r1.7
--- manual.ru.xsl 9 Feb 2004 20:22:52 -0000 1.6
+++ manual.ru.xsl 2 May 2004 22:56:38 -0000 1.7
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2002-2004 The Apache Software Foundation
@@ -16,26 +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="KOI8-R"
- 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="KOI8-R" 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/ru.xml')/messages"/>
+<xsl:variable name="message" select="document('lang/ru.xml')/language/messages/message"/>
+<xsl:variable name="doclang">ru</xsl:variable>
<!-- some meta information have to be passed to the transformation -->
-<xsl:variable name="output-encoding" select="'KOI8-R'" />
-<xsl:variable name="is-chm" select="false()" />
-<xsl:variable name="is-zip" select="false()" />
+<xsl:variable name="output-encoding">KOI8-R</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
1.1 httpd-2.0/docs/manual/style/.cvsignore
Index: .cvsignore
===================================================================
_generated
1.1 httpd-2.0/docs/manual/style/description.xml
Index: description.xml
===================================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
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.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<description>
This build file contains all operations that are necessary for building
the Apache httpd documentation. It is called by invoking build.bat (Win32)
or build.sh (/bin/sh systems) with a target argument (full list below).
For example, if you want to build the Japanese HTML files, type:
./build.sh ja
Some targets have additional requirements:
* 'metafiles' and 'modulelists' need perl in PATH. (It's checked automatically
and skipped if perl is not available)
* 'chm-foo' targets need:
- the HTML Help compiler in PATH (or modify this build file). The
compiler (hhc.exe) is part of the HTML Help Workshop which is freely
available and can be downloaded from
http://msdn.microsoft.com/library/en-us/htmlhelp/html/hwMicrosoftHTMLHelpDownloads.asp
- The appropriate locale (e.g. Japanese) before invoking hhc.exe. Otherwise
the compiler is not able to build the fulltext search index correctly and
the TOC may be garbled, too. In particular:
+ chm-de: German (Germany), sorting order: dictionary
+ chm-en: English (USA)
+ chm-es: Spanish (Spain), sorting order: international
+ chm-ja: Japanese
+ chm-ko: Korean
</description>
1.1 httpd-2.0/docs/manual/style/lang-targets.xml
Index: lang-targets.xml
===================================================================
<?xml version="1.0" encoding="utf-8"?>
<!--
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.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- this file contains language specific targets and will be included -->
<!-- into build.xml. IT IS AUTOGENERATED. DO NOT TOUCH! -->
<!-- ==================================================================== -->
<project name="lang-targets">
<target description="- builds all HTML files and nroff man pages" name="all" depends="de,
en, es, ja, ko, ru"/>
<target description="- builds all zip download packages" name="zip-all" depends="zip-de,
zip-en, zip-es, zip-ja, zip-ko, zip-ru"/>
<!-- German -->
<!-- ==================================================================== -->
<property value=".xml.de" name="inputext.de"/>
<property value=".html.de" name="outputext.de"/>
<target description="- builds German HTML files" name="de">
<html.generic lang="de"/>
</target>
<target description="- builds the German zipped download package" name="zip-de">
<zip.generic lang="de"/>
</target>
<target description="- builds the German CHM file" name="chm-de">
<chm.generic lang="de"/>
</target>
<!-- English -->
<!-- ==================================================================== -->
<property value=".xml" name="inputext.en"/>
<property value=".html.en" name="outputext.en"/>
<target description="- builds English HTML files" name="en">
<html.generic lang="en"/>
<runtarget target="man-en"/>
</target>
<target description="- builds the English zipped download package" name="zip-en">
<zip.generic lang="en"/>
</target>
<target description="- builds the English CHM file" name="chm-en">
<chm.generic lang="en"/>
</target>
<target description="- builds the English nroff files" name="man-en">
<nroff.generic lang="en"/>
</target>
<target description="- builds the English latex file" name="latex-en">
<latex.generic lang="en"/>
</target>
<!-- Spanish -->
<!-- ==================================================================== -->
<property value=".xml.es" name="inputext.es"/>
<property value=".html.es" name="outputext.es"/>
<target description="- builds Spanish HTML files" name="es">
<html.generic lang="es"/>
</target>
<target description="- builds the Spanish zipped download package" name="zip-es">
<zip.generic lang="es"/>
</target>
<target description="- builds the Spanish CHM file" name="chm-es">
<chm.generic lang="es"/>
</target>
<!-- Japanese -->
<!-- ==================================================================== -->
<property value=".xml.ja" name="inputext.ja"/>
<property value=".html.ja.jis" name="outputext.ja"/>
<target description="- builds Japanese HTML files" name="ja">
<html.generic lang="ja"/>
</target>
<target description="- builds the Japanese zipped download package" name="zip-ja">
<zip.generic lang="ja"/>
</target>
<target description="- builds the Japanese CHM file" name="chm-ja">
<chm.generic lang="ja"/>
</target>
<!-- Korean -->
<!-- ==================================================================== -->
<property value=".xml.ko" name="inputext.ko"/>
<property value=".html.ko.euc-kr" name="outputext.ko"/>
<target description="- builds Korean HTML files" name="ko">
<html.generic lang="ko"/>
</target>
<target description="- builds the Korean zipped download package" name="zip-ko">
<zip.generic lang="ko"/>
</target>
<target description="- builds the Korean CHM file" name="chm-ko">
<chm.generic lang="ko"/>
</target>
<!-- Russian -->
<!-- ==================================================================== -->
<property value=".xml.ru" name="inputext.ru"/>
<property value=".html.ru.koi8-r" name="outputext.ru"/>
<target description="- builds Russian HTML files" name="ru">
<html.generic lang="ru"/>
</target>
<target description="- builds the Russian zipped download package" name="zip-ru">
<zip.generic lang="ru"/>
</target>
<!-- XML validation. -->
<!-- If you get an error during transformation, this task may be useful -->
<!-- because it mostly gives you a hint, where you forgot the </p> ;-) -->
<!-- ==================================================================== -->
<target description="- validates all XML source files" name="validate-xml">
<xmlvalidate warn="true" failonerror="false" lenient="false">
<xmlcatalog refid="w3c-catalog"/>
<fileset dir="../">
<include name="**/*.xml.de"/>
<include name="**/*.xml"/>
<include name="**/*.xml.es"/>
<include name="**/*.xml.ja"/>
<include name="**/*.xml.ko"/>
<include name="**/*.xml.ru"/>
<patternset refid="excludes"/>
<patternset refid="scratch"/>
</fileset>
</xmlvalidate>
</target>
</project>
|