author | František Kučera <franta-hg@frantovo.cz> |
Thu Jul 05 19:10:42 2012 +0200 (2012-07-05) | |
changeset 107 | 379a2a893fd1 |
child 112 | 7d4b23ccf144 |
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 = "https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro";
13 private Xmlns() {
14 }
15 }