java/sql-dk/src/info/globalcode/sql/dk/Xmlns.java
branchv_0
changeset 134 f2510551b5bf
parent 128 67f5ff139da0
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/Xmlns.java	Sat Jan 04 21:21:04 2014 +0100
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/Xmlns.java	Sat Jan 04 22:38:59 2014 +0100
     1.3 @@ -26,4 +26,8 @@
     1.4  
     1.5  	public static final String CONFIGURATION = "https://sql-dk.globalcode.info/xmlns/configuration";
     1.6  	public static final String BATCH_RESULT = "https://sql-dk.globalcode.info/xmlns/batchResult";
     1.7 +	public static final String XHTML = "http://www.w3.org/1999/xhtml";
     1.8 +
     1.9 +	private Xmlns() {
    1.10 +	}
    1.11  }