java/sql-dk/src/info/globalcode/sql/dk/Xmlns.java
branchv_0
changeset 134 f2510551b5bf
parent 128 67f5ff139da0
equal deleted inserted replaced
133:a1bf1465df89 134:f2510551b5bf
    24  */
    24  */
    25 public class Xmlns {
    25 public class Xmlns {
    26 
    26 
    27 	public static final String CONFIGURATION = "https://sql-dk.globalcode.info/xmlns/configuration";
    27 	public static final String CONFIGURATION = "https://sql-dk.globalcode.info/xmlns/configuration";
    28 	public static final String BATCH_RESULT = "https://sql-dk.globalcode.info/xmlns/batchResult";
    28 	public static final String BATCH_RESULT = "https://sql-dk.globalcode.info/xmlns/batchResult";
       
    29 	public static final String XHTML = "http://www.w3.org/1999/xhtml";
       
    30 
       
    31 	private Xmlns() {
       
    32 	}
    29 }
    33 }