#include "txml.h"
#include "jbxl_state.h"
/**
*/
int main(int argc, char** argv)
{
Buffer key, buf;
tTree* tt;
tTree* tx;
buf = make_Buffer(BUFSZ);
read_lines_Buffer(&buf, stdin);
tt = xml_parse((char*)buf.buf);
key = make_Buffer_bystr(argv[1]);
tx = xml_parse((char*)key.buf);
//tx = xml_parse("X");
//tx = xml_parse("XZ");
//tx = xml_parse("YZ");
//tx = xml_parse("SimulatorInfo