1.1 --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java Tue Apr 30 19:49:17 2019 +0200
1.2 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java Tue Apr 30 20:04:06 2019 +0200
1.3 @@ -24,7 +24,7 @@
1.4 */
1.5 public class Xmlns {
1.6
1.7 - public static final String CONFIGURATION = "https://sql-dk.globalcode.info/xmlns/configuration";
1.8 + public static final String CONFIGURATION = "tag:globalcode.info,2018:sqldk/configuration";
1.9 public static final String RELPIPE = "tag:globalcode.info,2018:relpipe";
1.10 public static final String SQLDK = "tag:globalcode.info,2018:sqldk";
1.11 public static final String XHTML = "http://www.w3.org/1999/xhtml";
2.1 --- a/xml/config.rnc Tue Apr 30 19:49:17 2019 +0200
2.2 +++ b/xml/config.rnc Tue Apr 30 20:04:06 2019 +0200
2.3 @@ -14,7 +14,7 @@
2.4 # You should have received a copy of the GNU General Public License
2.5 # along with this program. If not, see <http://www.gnu.org/licenses/>.
2.6
2.7 -default namespace = "https://sql-dk.globalcode.info/xmlns/configuration"
2.8 +default namespace = "tag:globalcode.info,2018:sqldk/configuration"
2.9
2.10 start =
2.11 element configuration {
3.1 --- a/xml/config.xml Tue Apr 30 19:49:17 2019 +0200
3.2 +++ b/xml/config.xml Tue Apr 30 20:04:06 2019 +0200
3.3 @@ -1,6 +1,6 @@
3.4 <?xml version="1.0" encoding="UTF-8"?>
3.5 <?xml-stylesheet type="text/xsl" href="config.xsl"?>
3.6 -<configuration xmlns="https://sql-dk.globalcode.info/xmlns/configuration">
3.7 +<configuration xmlns="tag:globalcode.info,2018:sqldk/configuration">
3.8
3.9 <!-- Database Connections: -->
3.10 <!--
4.1 --- a/xml/config.xsd Tue Apr 30 19:49:17 2019 +0200
4.2 +++ b/xml/config.xsd Tue Apr 30 20:04:06 2019 +0200
4.3 @@ -19,8 +19,8 @@
4.4 <xs:schema
4.5 xmlns:xs="http://www.w3.org/2001/XMLSchema"
4.6 elementFormDefault="qualified"
4.7 - targetNamespace="https://sql-dk.globalcode.info/xmlns/configuration"
4.8 - xmlns:c="https://sql-dk.globalcode.info/xmlns/configuration">
4.9 + targetNamespace="tag:globalcode.info,2018:sqldk/configuration"
4.10 + xmlns:c="tag:globalcode.info,2018:sqldk/configuration">
4.11
4.12 <xs:element name="configuration">
4.13 <xs:complexType>
5.1 --- a/xml/config.xsl Tue Apr 30 19:49:17 2019 +0200
5.2 +++ b/xml/config.xsl Tue Apr 30 20:04:06 2019 +0200
5.3 @@ -24,7 +24,7 @@
5.4 <xsl:stylesheet version="1.0"
5.5 xmlns="http://www.w3.org/1999/xhtml"
5.6 xmlns:h="http://www.w3.org/1999/xhtml"
5.7 - xmlns:c="https://sql-dk.globalcode.info/xmlns/configuration"
5.8 + xmlns:c="tag:globalcode.info,2018:sqldk/configuration"
5.9 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5.10 xmlns:fn="http://www.w3.org/2005/xpath-functions"
5.11 xmlns:svg="http://www.w3.org/2000/svg"