public void endTag(String[] tagstk, int tagstkptr, XMLNode tag, Object body,
HashMap attribs) throws Exception, IOException {
xmltag = tag;
if(attribs.containsKey("create entity")){
state.entityfetch(0).setRXmlValue(new RXmlValue(state,xmltag));
}
endTag(tagstk,tagstkptr,tag.getTag(),body,attribs);
xmltag = null;
}