author | František Kučera <franta-hg@frantovo.cz> |
Fri, 06 Jul 2012 13:41:35 +0200 | |
changeset 112 | 7d4b23ccf144 |
parent 107 | 379a2a893fd1 |
child 118 | 5488d34dd789 |
permissions | -rw-r--r-- |
1 package cz.frantovo.xmlWebGenerator;
3 /**
4 * XML jmenné prostory používané v generátoru
5 *
6 * @author Ing. František Kučera (frantovo.cz)
7 */
8 public class Xmlns {
10 public static final String XHTML = "http://www.w3.org/1999/xhtml";
11 public static final String MAKRO =
12 "https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro";
14 private Xmlns() {
15 }
16 }