xml.inc 310 B

123456
  1. native XML:xml_open(const filename[]);
  2. native xml_close(XML:handle);
  3. native bool:xml_get_bool(XML:handle, const xpath[]);
  4. native xml_get_int(XML:handle, const xpath[]);
  5. native Float:xml_get_float(XML:handle, const xpath[]);
  6. native xml_get_string(XML:handle, const xpath[], result[], size = sizeof result);