Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to XSLTForms 1.3, released Dec. 2018 #3

Merged
merged 8 commits into from
May 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
build/*
expath-pkg.xml
0 rev.594 → 1.3
100644 → 100755
File renamed without changes.
16 changes: 16 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Copyright (C) 2019 agenceXML - Alain COUTHURES
Contact at : info@agencexml.com

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# XSLTForms

This repository contains the core of [XSLTForms](http://www.agencexml.com/xsltforms), prepared for easy installation via the [eXist-db Package Manager](http://exist-db.org/exist/apps/public-repo/index.html). The XSLTForms files were extracted from the XSLTForms 1.3 release (December 2018).

A companion application, [XSLTForms Demo](https://github.com/eXist-db/xsltforms-demo-app), contains examples of XSLTForms and is also available from the eXist-db Package Manager.
11 changes: 0 additions & 11 deletions README.txt

This file was deleted.

12 changes: 5 additions & 7 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<project default="all" name="XSLTForms Files">
<property file="local.build.properties"/>
<property file="build.properties"/>
<project default="all" name="XSLTForms">
<property name="project.app" value="xsltforms"/>
<property name="project.version" value="588"/>
<property name="build" value="./build"/>
<property name="server.url" value="http://demo.exist-db.org/exist/apps/public-repo/public/"/>
<property name="project.version" value="1.0.0"/>
<property name="build" value="build"/>
<property name="server.url" value="https://exist-db.org/exist/apps/public-repo/public/"/>

<condition property="git.commit" value="${git.commit}" else="">
<isset property="git.commit"/>
Expand All @@ -25,7 +23,7 @@
</filterset>
</copy>
<zip basedir="." destfile="${build}/${project.app}-${project.version}${git.commit}.xar">
<exclude name="${build}/*"/>
<exclude name="${build}/**"/>
<exclude name=".git*"/>
<exclude name="*.tmpl"/>
<exclude name="*.properties"/>
Expand Down
11 changes: 11 additions & 0 deletions config.xsl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>navigator</language> <!-- navigator or default -->
<calendar.label>...</calendar.label>
<calendar.day0>Mon</calendar.day0>
<calendar.day1>Tue</calendar.day1>
<calendar.day2>Wed</calendar.day2>
Expand All @@ -25,9 +27,18 @@
<calendar.month9>October</calendar.month9>
<calendar.month10>November</calendar.month10>
<calendar.month11>December</calendar.month11>
<calendar.close>Close</calendar.close>
<format.date>MM/dd/yyyy</format.date>
<format.datetime>MM/dd/yyyy hh:mm:ss</format.datetime>
<format.decimal>.</format.decimal>
<format-number.decimal-separator-sign>.</format-number.decimal-separator-sign>
<format-number.exponent-separator-sign>e</format-number.exponent-separator-sign>
<format-number.grouping-separator-sign>,</format-number.grouping-separator-sign>
<format-number.infinity>Infinity</format-number.infinity>
<format-number.minus-sign>-</format-number.minus-sign>
<format-number.NaN>NaN</format-number.NaN>
<format-number.percent-sign>%</format-number.percent-sign>
<format-number.per-mille-sign>&#x2030;</format-number.per-mille-sign>
<status>... Loading ...</status>
</properties>
<extensions/> <!-- HTML elements to be added just after xsltforms.js and xsltforms.css loading -->
Expand Down
3 changes: 3 additions & 0 deletions config_cz.xsl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>cz</language>
<calendar.label>...</calendar.label>
<calendar.day0>Po</calendar.day0>
<calendar.day1>Út</calendar.day1>
<calendar.day2>St</calendar.day2>
Expand All @@ -24,6 +26,7 @@
<calendar.month9>říjen</calendar.month9>
<calendar.month10>listopad</calendar.month10>
<calendar.month11>prosinec</calendar.month11>
<calendar.close>zavřít</calendar.close>
<format.date>dd.MM. yyyy</format.date>
<format.datetime>dd.MM. yyyy, hh.mm:ss</format.datetime>
<format.decimal>,</format.decimal>
Expand Down
7 changes: 5 additions & 2 deletions config_de.xsl
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template name="config">
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>de</language>
<calendar.label>...</calendar.label>
<calendar.day0>Mo</calendar.day0>
<calendar.day1>Di</calendar.day1>
<calendar.day2>Mi</calendar.day2>
Expand All @@ -14,7 +16,7 @@
<calendar.initDay>0</calendar.initDay>
<calendar.month0>Januar</calendar.month0>
<calendar.month1>Februar</calendar.month1>
<calendar.month2>März</calendar.month2>
<calendar.month2>März</calendar.month2>
<calendar.month3>April</calendar.month3>
<calendar.month4>Mai</calendar.month4>
<calendar.month5>Juni</calendar.month5>
Expand All @@ -24,6 +26,7 @@
<calendar.month9>Oktober</calendar.month9>
<calendar.month10>November</calendar.month10>
<calendar.month11>Dezember</calendar.month11>
<calendar.close>Schließen</calendar.close>
<format.date>dd.MM.yyyy</format.date>
<format.datetime>dd.MM.yyyy hh:mm:ss</format.datetime>
<format.decimal>,</format.decimal>
Expand Down
3 changes: 3 additions & 0 deletions config_el.xsl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>el</language>
<calendar.label>...</calendar.label>
<calendar.day0>Δευ</calendar.day0>
<calendar.day1>Τρι</calendar.day1>
<calendar.day2>Τετ</calendar.day2>
Expand All @@ -24,6 +26,7 @@
<calendar.month9>Οκτώβριος</calendar.month9>
<calendar.month10>Νοέμβριος</calendar.month10>
<calendar.month11>Δεκέμβριος</calendar.month11>
<calendar.close>Κοντά</calendar.close>
<format.date>dd/MM/yyyy</format.date>
<format.datetime>dd/MM/yyyy hh:mm:ss</format.datetime>
<format.decimal>.</format.decimal>
Expand Down
5 changes: 4 additions & 1 deletion config_en.xsl
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template name="config">
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>en</language>
<calendar.label>...</calendar.label>
<calendar.day0>Mon</calendar.day0>
<calendar.day1>Tue</calendar.day1>
<calendar.day2>Wed</calendar.day2>
Expand All @@ -24,6 +26,7 @@
<calendar.month9>October</calendar.month9>
<calendar.month10>November</calendar.month10>
<calendar.month11>December</calendar.month11>
<calendar.close>Close</calendar.close>
<format.date>dd/MM/yyyy</format.date>
<format.datetime>dd/MM/yyyy hh:mm:ss</format.datetime>
<format.decimal>.</format.decimal>
Expand Down
5 changes: 4 additions & 1 deletion config_en_us.xsl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<options>
</options>
<properties> <!-- accessible at run time -->
<language>en</language> <!-- navigator or default -->
<html>4</html>
<language>en_us</language>
<calendar.label>...</calendar.label>
<calendar.day0>Mon</calendar.day0>
<calendar.day1>Tue</calendar.day1>
<calendar.day2>Wed</calendar.day2>
Expand All @@ -25,6 +27,7 @@
<calendar.month9>October</calendar.month9>
<calendar.month10>November</calendar.month10>
<calendar.month11>December</calendar.month11>
<calendar.close>Close</calendar.close>
<format.date>MM/dd/yyyy</format.date>
<format.datetime>MM/dd/yyyy hh:mm:ss</format.datetime>
<format.decimal>.</format.decimal>
Expand Down
3 changes: 3 additions & 0 deletions config_es.xsl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>es</language>
<calendar.label>...</calendar.label>
<calendar.day0>Lun</calendar.day0>
<calendar.day1>Mar</calendar.day1>
<calendar.day2>Mie</calendar.day2>
Expand All @@ -24,6 +26,7 @@
<calendar.month9>Octubre</calendar.month9>
<calendar.month10>Noviembre</calendar.month10>
<calendar.month11>Diciembre</calendar.month11>
<calendar.close>Cerrar</calendar.close>
<format.date>dd/MM/yyyy</format.date>
<format.datetime>dd/MM/yyyy hh:mm:ss</format.datetime>
<format.decimal>,</format.decimal>
Expand Down
13 changes: 12 additions & 1 deletion config_fr.xsl
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template name="config">
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>fr</language>
<calendar.label>...</calendar.label>
<calendar.day0>Lun</calendar.day0>
<calendar.day1>Mar</calendar.day1>
<calendar.day2>Mer</calendar.day2>
Expand All @@ -24,9 +26,18 @@
<calendar.month9>Octobre</calendar.month9>
<calendar.month10>Novembre</calendar.month10>
<calendar.month11>Décembre</calendar.month11>
<calendar.close>Fermer</calendar.close>
<format.date>dd/MM/yyyy</format.date>
<format.datetime>dd/MM/yyyy hh:mm:ss</format.datetime>
<format.decimal>,</format.decimal>
<format-number.decimal-separator-sign>,</format-number.decimal-separator-sign>
<format-number.exponent-separator-sign>.10^</format-number.exponent-separator-sign>
<format-number.grouping-separator-sign> </format-number.grouping-separator-sign>
<format-number.infinity>Infini</format-number.infinity>
<format-number.minus-sign>-</format-number.minus-sign>
<format-number.NaN>Non numérique</format-number.NaN>
<format-number.percent-sign>%</format-number.percent-sign>
<format-number.per-mille-sign>&#x2030;</format-number.per-mille-sign>
<status>Traitement en cours</status>
</properties>
<extensions/> <!-- HTML elements to be added just after xsltforms.js and xsltforms.css loading -->
Expand Down
3 changes: 3 additions & 0 deletions config_gl.xsl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>gl</language>
<calendar.label>...</calendar.label>
<calendar.day0>Lun</calendar.day0>
<calendar.day1>Mar</calendar.day1>
<calendar.day2>Mer</calendar.day2>
Expand All @@ -24,6 +26,7 @@
<calendar.month9>Outubro</calendar.month9>
<calendar.month10>Novembro</calendar.month10>
<calendar.month11>Decembro</calendar.month11>
<calendar.close>Preto</calendar.close>
<format.date>dd/MM/yyyy</format.date>
<format.datetime>dd/MM/yyyy hh:mm:ss</format.datetime>
<format.decimal>,</format.decimal>
Expand Down
5 changes: 4 additions & 1 deletion config_it.xsl
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template name="config">
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>it</language>
<calendar.label>...</calendar.label>
<calendar.day0>Lun</calendar.day0>
<calendar.day1>Mar</calendar.day1>
<calendar.day2>Mer</calendar.day2>
Expand All @@ -24,6 +26,7 @@
<calendar.month9>Ottobre</calendar.month9>
<calendar.month10>Novembre</calendar.month10>
<calendar.month11>Dicembre</calendar.month11>
<calendar.close>Chiudi</calendar.close>
<format.date>dd/MM/yyyy</format.date>
<format.datetime>dd/MM/yyyy hh:mm:ss</format.datetime>
<format.decimal>,</format.decimal>
Expand Down
5 changes: 4 additions & 1 deletion config_ja.xsl
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template name="config">
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>ja</language>
<calendar.label>...</calendar.label>
<calendar.day0>月</calendar.day0>
<calendar.day1>火</calendar.day1>
<calendar.day2>水</calendar.day2>
Expand All @@ -24,6 +26,7 @@
<calendar.month9>10月</calendar.month9>
<calendar.month10>11月</calendar.month10>
<calendar.month11>12月</calendar.month11>
<calendar.close>閉じる</calendar.close>
<format.date>yyyy/MM/dd</format.date>
<format.datetime>yyyy/MM/dd hh:mm:ss</format.datetime>
<format.decimal>.</format.decimal>
Expand Down
3 changes: 3 additions & 0 deletions config_ko.xsl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>ko</language>
<calendar.label>...</calendar.label>
<calendar.day0>월</calendar.day0>
<calendar.day1>화</calendar.day1>
<calendar.day2>수</calendar.day2>
Expand All @@ -24,6 +26,7 @@
<calendar.month9>10월</calendar.month9>
<calendar.month10>11월</calendar.month10>
<calendar.month11>12월</calendar.month11>
<calendar.close>닫기</calendar.close>
<format.date>yyyy-MM-dd</format.date>
<format.datetime>yyyy-MM-dd hh:mm:ss</format.datetime>
<format.decimal>.</format.decimal>
Expand Down
3 changes: 3 additions & 0 deletions config_nb_no.xsl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>nb_no</language>
<calendar.label>...</calendar.label>
<calendar.day0>Man</calendar.day0>
<calendar.day1>Tir</calendar.day1>
<calendar.day2>Ons</calendar.day2>
Expand All @@ -24,6 +26,7 @@
<calendar.month9>Oktober</calendar.month9>
<calendar.month10>November</calendar.month10>
<calendar.month11>Desember</calendar.month11>
<calendar.close>Lukk</calendar.close>
<format.date>dd.MM.yyyy</format.date>
<format.datetime>dd.MM.yyyy kl. hh.mm.ss</format.datetime>
<format.decimal>,</format.decimal>
Expand Down
3 changes: 3 additions & 0 deletions config_nl.xsl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>nl</language>
<calendar.label>...</calendar.label>
<calendar.day0>Ma</calendar.day0>
<calendar.day1>Di</calendar.day1>
<calendar.day2>Wo</calendar.day2>
Expand All @@ -24,6 +26,7 @@
<calendar.month9>oktober</calendar.month9>
<calendar.month10>november</calendar.month10>
<calendar.month11>december</calendar.month11>
<calendar.close>dichtbij</calendar.close>
<format.date>dd-MM-yyyy</format.date>
<format.datetime>dd-MM-yyyy hh:mm:ss</format.datetime>
<format.decimal>,</format.decimal>
Expand Down
3 changes: 3 additions & 0 deletions config_nn_no.xsl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<options>
</options>
<properties> <!-- accessible at run time -->
<html>4</html>
<language>nn_no</language>
<calendar.label>...</calendar.label>
<calendar.day0>Mån</calendar.day0>
<calendar.day1>Tys</calendar.day1>
<calendar.day2>Ons</calendar.day2>
Expand All @@ -24,6 +26,7 @@
<calendar.month9>Oktober</calendar.month9>
<calendar.month10>November</calendar.month10>
<calendar.month11>Desember</calendar.month11>
<calendar.close>Lukk</calendar.close>
<format.date>dd.MM.yyyy</format.date>
<format.datetime>dd.MM.yyyy kl. hh.mm.ss</format.datetime>
<format.decimal>,</format.decimal>
Expand Down
Loading