# File lib/facets/more/tagiterator.rb, line 256
  def tagexist?(tag,st=0)
    s=find_element(tag,st)
    if s then true else false end
  end