Question
Element End Flag
Is there an ACL command to determine the end of an element ?
Whilst reading an XML file from top to bottom I am setting a flag when I come across a table for example:
if( oid_name(this_o) == "table" ){
in_table=1;
}
How do I turn the flag off when I get to the end of the table element?
Is there an oid command for this ?
Regards,
Andy

