From d1991d1753d957efafe5b5feee8402efd24295b2 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Mon, 26 Mar 2001 13:30:02 +0000 Subject: [PATCH] Initial revision --- gentext/Makefile | 17 ++++ gentext/README | 53 +++++++++++ gentext/dtd/l10n.dtd | 24 +++++ gentext/locale/ca.xml | 167 ++++++++++++++++++++++++++++++++ gentext/locale/cs.xml | 170 +++++++++++++++++++++++++++++++++ gentext/locale/da.xml | 167 ++++++++++++++++++++++++++++++++ gentext/locale/de.xml | 170 +++++++++++++++++++++++++++++++++ gentext/locale/el.xml | 165 ++++++++++++++++++++++++++++++++ gentext/locale/en.xml | 174 +++++++++++++++++++++++++++++++++ gentext/locale/es.xml | 167 ++++++++++++++++++++++++++++++++ gentext/locale/et.xml | 165 ++++++++++++++++++++++++++++++++ gentext/locale/fi.xml | 165 ++++++++++++++++++++++++++++++++ gentext/locale/fr.xml | 172 +++++++++++++++++++++++++++++++++ gentext/locale/hu.xml | 165 ++++++++++++++++++++++++++++++++ gentext/locale/id.xml | 165 ++++++++++++++++++++++++++++++++ gentext/locale/it.xml | 177 ++++++++++++++++++++++++++++++++++ gentext/locale/ja.xml | 174 +++++++++++++++++++++++++++++++++ gentext/locale/ko.xml | 167 ++++++++++++++++++++++++++++++++ gentext/locale/l10n.xml | 70 ++++++++++++++ gentext/locale/nl.xml | 168 ++++++++++++++++++++++++++++++++ gentext/locale/no.xml | 165 ++++++++++++++++++++++++++++++++ gentext/locale/pl.xml | 165 ++++++++++++++++++++++++++++++++ gentext/locale/pt.xml | 167 ++++++++++++++++++++++++++++++++ gentext/locale/pt_br.xml | 167 ++++++++++++++++++++++++++++++++ gentext/locale/ro.xml | 171 +++++++++++++++++++++++++++++++++ gentext/locale/ru.xml | 201 +++++++++++++++++++++++++++++++++++++++ gentext/locale/sk.xml | 165 ++++++++++++++++++++++++++++++++ gentext/locale/sl.xml | 165 ++++++++++++++++++++++++++++++++ gentext/locale/sv.xml | 167 ++++++++++++++++++++++++++++++++ gentext/locale/zh_cn.xml | 166 ++++++++++++++++++++++++++++++++ gentext/locale/zh_tw.xml | 99 +++++++++++++++++++ gentext/xsl/dsssl.xsl | 73 ++++++++++++++ gentext/xsl/xsl.xsl | 44 +++++++++ 33 files changed, 4777 insertions(+) create mode 100644 gentext/Makefile create mode 100644 gentext/README create mode 100644 gentext/dtd/l10n.dtd create mode 100644 gentext/locale/ca.xml create mode 100644 gentext/locale/cs.xml create mode 100644 gentext/locale/da.xml create mode 100644 gentext/locale/de.xml create mode 100644 gentext/locale/el.xml create mode 100644 gentext/locale/en.xml create mode 100644 gentext/locale/es.xml create mode 100644 gentext/locale/et.xml create mode 100644 gentext/locale/fi.xml create mode 100644 gentext/locale/fr.xml create mode 100644 gentext/locale/hu.xml create mode 100644 gentext/locale/id.xml create mode 100644 gentext/locale/it.xml create mode 100644 gentext/locale/ja.xml create mode 100644 gentext/locale/ko.xml create mode 100644 gentext/locale/l10n.xml create mode 100644 gentext/locale/nl.xml create mode 100644 gentext/locale/no.xml create mode 100644 gentext/locale/pl.xml create mode 100644 gentext/locale/pt.xml create mode 100644 gentext/locale/pt_br.xml create mode 100644 gentext/locale/ro.xml create mode 100644 gentext/locale/ru.xml create mode 100644 gentext/locale/sk.xml create mode 100644 gentext/locale/sl.xml create mode 100644 gentext/locale/sv.xml create mode 100644 gentext/locale/zh_cn.xml create mode 100644 gentext/locale/zh_tw.xml create mode 100644 gentext/xsl/dsssl.xsl create mode 100644 gentext/xsl/xsl.xsl diff --git a/gentext/Makefile b/gentext/Makefile new file mode 100644 index 000000000..b6c4c16df --- /dev/null +++ b/gentext/Makefile @@ -0,0 +1,17 @@ +all: + @echo "" + @echo Choose a target: dsssl-files, xsl-files, or clean + @echo "" + +test: + xjparse locale/l10n.xml + +dsssl-files: + saxon locale/l10n.xml xsl/dsssl.xsl + +xsl-files: + saxon locale/l10n.xml xsl/xsl.xsl + +clean: + rm -f *.ent *.xml + diff --git a/gentext/README b/gentext/README new file mode 100644 index 000000000..1553c57aa --- /dev/null +++ b/gentext/README @@ -0,0 +1,53 @@ +DocBook gentext +--------------- + +These files form the common sources for the DSSSL and XSL stylesheet +localizations. + +COPYRIGHT +--------- + +Copyright (C) 2001 Norman Walsh + +Ironically, assertion of copyright is done to make it *easier* to +distribute these stylesheets. (At least one organization, Software in +the Public Interest, requires an explicit copyright statement in order +to redistribute the software.) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +``Software''), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +Except as contained in this notice, the names of individuals credited +with contribution to this software shall not be used in advertising or +otherwise to promote the sale, use or other dealings in this Software +without prior written authorization from the individuals in question. + +Any project derived from this Software that is publically distributed +will be identified with a different name and the version strings in +any derived Software will be changed so that no possibility of +confusion between the derived package and this Software will exist. + +Warranty +-------- + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER CONTRIBUTOR BE LIABLE FOR +ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF +CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Contacting the Authors +---------------------- + +These stylesheets are maintained as part of the Open DocBook Repository +at SourceForge: http://sourceforge.net/projects/docbook/ diff --git a/gentext/dtd/l10n.dtd b/gentext/dtd/l10n.dtd new file mode 100644 index 000000000..1eccea8a8 --- /dev/null +++ b/gentext/dtd/l10n.dtd @@ -0,0 +1,24 @@ + + + + + + + + + + + + + diff --git a/gentext/locale/ca.xml b/gentext/locale/ca.xml new file mode 100644 index 000000000..2f6527db4 --- /dev/null +++ b/gentext/locale/ca.xml @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/cs.xml b/gentext/locale/cs.xml new file mode 100644 index 000000000..5794daf34 --- /dev/null +++ b/gentext/locale/cs.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/da.xml b/gentext/locale/da.xml new file mode 100644 index 000000000..4659ccd66 --- /dev/null +++ b/gentext/locale/da.xml @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/de.xml b/gentext/locale/de.xml new file mode 100644 index 000000000..f39df27fc --- /dev/null +++ b/gentext/locale/de.xml @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/el.xml b/gentext/locale/el.xml new file mode 100644 index 000000000..3627bbc4c --- /dev/null +++ b/gentext/locale/el.xml @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/en.xml b/gentext/locale/en.xml new file mode 100644 index 000000000..fa613b492 --- /dev/null +++ b/gentext/locale/en.xml @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/es.xml b/gentext/locale/es.xml new file mode 100644 index 000000000..19cf2750c --- /dev/null +++ b/gentext/locale/es.xml @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/et.xml b/gentext/locale/et.xml new file mode 100644 index 000000000..f8653b5c6 --- /dev/null +++ b/gentext/locale/et.xml @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/fi.xml b/gentext/locale/fi.xml new file mode 100644 index 000000000..50377ae32 --- /dev/null +++ b/gentext/locale/fi.xml @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/fr.xml b/gentext/locale/fr.xml new file mode 100644 index 000000000..c90cd429d --- /dev/null +++ b/gentext/locale/fr.xml @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/hu.xml b/gentext/locale/hu.xml new file mode 100644 index 000000000..b12e82f39 --- /dev/null +++ b/gentext/locale/hu.xml @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/id.xml b/gentext/locale/id.xml new file mode 100644 index 000000000..56fbe6688 --- /dev/null +++ b/gentext/locale/id.xml @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/it.xml b/gentext/locale/it.xml new file mode 100644 index 000000000..187792cbc --- /dev/null +++ b/gentext/locale/it.xml @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/ja.xml b/gentext/locale/ja.xml new file mode 100644 index 000000000..babc569f9 --- /dev/null +++ b/gentext/locale/ja.xml @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/ko.xml b/gentext/locale/ko.xml new file mode 100644 index 000000000..cc151a26c --- /dev/null +++ b/gentext/locale/ko.xml @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/l10n.xml b/gentext/locale/l10n.xml new file mode 100644 index 000000000..c998410bb --- /dev/null +++ b/gentext/locale/l10n.xml @@ -0,0 +1,70 @@ + + +%lat1; + +%lat2; + +%cyr1; + + + + + + + + + + + + + + + + + + + + + + + + + + + + +]> + +&ca; +&cs; +&da; +&de; +⪙ +&en; +&es; +&et; +&fi; +&fr; +&hu; +&id; +⁢ +&ja; +&ko; +&nl; +&no; +&pl; +&pt; +&pt_br; +&ro; +&ru; +&sk; +&sl; +&sv; +&zh_cn; +&zh_tw; + diff --git a/gentext/locale/nl.xml b/gentext/locale/nl.xml new file mode 100644 index 000000000..6a1327f79 --- /dev/null +++ b/gentext/locale/nl.xml @@ -0,0 +1,168 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/no.xml b/gentext/locale/no.xml new file mode 100644 index 000000000..9044451c6 --- /dev/null +++ b/gentext/locale/no.xml @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/pl.xml b/gentext/locale/pl.xml new file mode 100644 index 000000000..88ab64d4b --- /dev/null +++ b/gentext/locale/pl.xml @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/pt.xml b/gentext/locale/pt.xml new file mode 100644 index 000000000..92b0e1889 --- /dev/null +++ b/gentext/locale/pt.xml @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/pt_br.xml b/gentext/locale/pt_br.xml new file mode 100644 index 000000000..049643282 --- /dev/null +++ b/gentext/locale/pt_br.xml @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/ro.xml b/gentext/locale/ro.xml new file mode 100644 index 000000000..23d9a44ac --- /dev/null +++ b/gentext/locale/ro.xml @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/ru.xml b/gentext/locale/ru.xml new file mode 100644 index 000000000..200c5df0c --- /dev/null +++ b/gentext/locale/ru.xml @@ -0,0 +1,201 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/sk.xml b/gentext/locale/sk.xml new file mode 100644 index 000000000..761f87ffa --- /dev/null +++ b/gentext/locale/sk.xml @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/sl.xml b/gentext/locale/sl.xml new file mode 100644 index 000000000..96c0abc72 --- /dev/null +++ b/gentext/locale/sl.xml @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/sv.xml b/gentext/locale/sv.xml new file mode 100644 index 000000000..4dd9e594b --- /dev/null +++ b/gentext/locale/sv.xml @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/zh_cn.xml b/gentext/locale/zh_cn.xml new file mode 100644 index 000000000..a1a479a93 --- /dev/null +++ b/gentext/locale/zh_cn.xml @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/locale/zh_tw.xml b/gentext/locale/zh_tw.xml new file mode 100644 index 000000000..807b3fc96 --- /dev/null +++ b/gentext/locale/zh_tw.xml @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/gentext/xsl/dsssl.xsl b/gentext/xsl/dsssl.xsl new file mode 100644 index 000000000..41ea653cd --- /dev/null +++ b/gentext/xsl/dsssl.xsl @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + dbl1 + + + + + + + + + + .ent + + + + + + + This file is generated automatically. + + Do not edit this file by hand! + + + + + + + + + + <!ENTITY + + + + + + + + + + + + + + + + + + + + " + + " + > + + + + diff --git a/gentext/xsl/xsl.xsl b/gentext/xsl/xsl.xsl new file mode 100644 index 000000000..cbd7b7f02 --- /dev/null +++ b/gentext/xsl/xsl.xsl @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + .xml + + + + + + + + + This file is generated automatically. + + Do not edit this file by hand! + + + + + + + + + + + + + + + -- 2.50.1