protected OutputFile generateJavaScript(XmlvmResource xmlvm) {
   return XsltRunner.runXSLT("xmlvm2js.xsl", xmlvm.getXmlvmDocument());
 }