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() {
	}
}
