# HG changeset patch # User František Kučera # Date 1556647446 -7200 # Node ID 7655df0622eedd2238ecf3fee44094d358e90e68 # Parent 7f81cfa150d0633023ed6779659091cdca7fc8a5 change XMLNS for the configuration Use The 'tag' URI Scheme Upgrade local configuration: sed 's@https://sql-dk.globalcode.info/xmlns/configuration@tag:globalcode.info,2018:sqldk/configuration@g' -i ~/.sql-dk/config.xml diff -r 7f81cfa150d0 -r 7655df0622ee java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java --- a/java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java Tue Apr 30 19:49:17 2019 +0200 +++ b/java/sql-dk/src/main/java/info/globalcode/sql/dk/Xmlns.java Tue Apr 30 20:04:06 2019 +0200 @@ -24,7 +24,7 @@ */ public class Xmlns { - public static final String CONFIGURATION = "https://sql-dk.globalcode.info/xmlns/configuration"; + public static final String CONFIGURATION = "tag:globalcode.info,2018:sqldk/configuration"; public static final String RELPIPE = "tag:globalcode.info,2018:relpipe"; public static final String SQLDK = "tag:globalcode.info,2018:sqldk"; public static final String XHTML = "http://www.w3.org/1999/xhtml"; diff -r 7f81cfa150d0 -r 7655df0622ee xml/config.rnc --- a/xml/config.rnc Tue Apr 30 19:49:17 2019 +0200 +++ b/xml/config.rnc Tue Apr 30 20:04:06 2019 +0200 @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -default namespace = "https://sql-dk.globalcode.info/xmlns/configuration" +default namespace = "tag:globalcode.info,2018:sqldk/configuration" start = element configuration { diff -r 7f81cfa150d0 -r 7655df0622ee xml/config.xml --- a/xml/config.xml Tue Apr 30 19:49:17 2019 +0200 +++ b/xml/config.xml Tue Apr 30 20:04:06 2019 +0200 @@ -1,6 +1,6 @@ - +