root/šablona/funkce/src/cz/frantovo/xmlWebGenerator/Xmlns.java @ 112:7d4b23ccf144

Revision 112:7d4b23ccf144, 366 bytes (checked in by František Kučera <franta-hg@…>, 12 years ago)

#20 Skriptování: kód ke zvýraznění syntaxe generovaný skriptem

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 =
12                        "https://trac.frantovo.cz/xml-web-generator/wiki/xmlns/makro";
13
14        private Xmlns() {
15        }
16}
Note: See TracBrowser for help on using the browser.