A string
"<gat> <gurka> </gurka> <banan> <kiwi> </gat>"
results in
({
tag "gat" object with data:
({
tag "gurka" object with data:
({
" "
})
tag "banan" object with data:
({
" "
tag "kiwi" object with data:
({
" "
})
})
})
})
ie, simple "tags" (not containers) are not detected,
but containers are ended implicitely by a surrounding
container _with_ an end tag.
The 'tag' is an object with the following variables:
string name; - name of tag
mapping args; - argument to tag
int line,char,column; - position of tag
string file; - filename (see <ref>create</ref>)
array(SGMLatom) data; - contained data