*/
protected void processXMAP(String uri) throws Exception {
String markupLanguage = "sitemap";
String programmingLanguage = "java";
Environment env = new LinkSamplingEnvironment("/", this.context, this.attributes,
null, this.cliContext, this.log);
precompile(uri, env, markupLanguage, programmingLanguage);
}