static void Main(string[] args) { try { VTDGen vg = new VTDGen(); if (vg.parseFile("po.xml", true)) { vg.writeIndex("po.vxl"); } } catch (Exception e) { } }