I am trying to make a primitive form of meta-search
and i thought that it would require xml parsing.
I have managed to write code for the parser to display the name of all attributes in certain xml tags, but what i am looking for is how to display the elements of a certain attribute's name.
So i want it to only, <div id="search"> search </div>
display the elements with the attribute value of 'search'.