root/šablona/funkce/src/cz/frantovo/xmlWebGenerator/Xmlns.java @ 107:379a2a893fd1

Revision 107:379a2a893fd1, 363 bytes (checked in by František Kučera <franta-hg@…>, 12 years ago)

#20 Skriptování: Makra ve skriptech a Skripty v makrech + výpis verzí z Mercurialu.

Line 
1package cz.frantovo.xmlWebGenerator;
2
3/**
4 * XML jmenné prostory používané v generátoru
5 *
6 * @author Ing. František Kučera (frantovo.cz)
7 */
8public class Xmlns {
9
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";
12
13        private Xmlns() {
14        }
15}
Note: See TracBrowser for help on using the browser.