public meta_table meta_tbl(string table) { return(table_from_node(table, _doc.select_node("/root/tables/table[@name-upper='" + table.ToUpper() + "']"))); }
public XmlNode table_node(string table) { return(_doc.select_node("/root/tables/table[@name-upper='" + table.ToUpper() + "']")); }