get-id ( tag id -- elem )
Utilities for traversing XML

Prev:deep-tags-named ( tag name/string -- tags-seq )
Next:children>string ( tag -- string )


Vocabulary
xml.traversal

Inputs
tagan XML tag or document
ida string


Outputs
eleman XML element or f


Word description
Finds the XML tag with the specified id, ignoring the namespace.

Definition

: get-id ( tag id -- elem ) "id" deep-tag-with-attr ;