author | František Kučera <franta-hg@frantovo.cz> |
Fri, 06 Jul 2012 14:52:05 +0200 | |
changeset 113 | 18bf0044f5ab |
parent 112 | 7d4b23ccf144 |
child 118 | 5488d34dd789 |
permissions | -rw-r--r-- |
package cz.frantovo.xmlWebGenerator; /** * XML jmenné prostory používané v generátoru * * @author Ing. František Kučera (frantovo.cz) */ public class Xmlns { public static final String XHTML = "http://www.w3.org/1999/xhtml"; public static final String MAKRO = "https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro"; private Xmlns() { } }