<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hi ben
<br>Can u tell me how you use the XQL pattern <font size=-1>books/book[@bnum
= 13241] </font>to search ur xml files for elements , from a lay man point
of view.
<br>I know a little of XQL , XML and the syntax for forming notations .
<br>However i could never figure out how to implement them in IE5.
<br>Thanx a lot for ur time
<br>Bye
<br>Anand Raman
<p>Ben Berck wrote:
<blockquote TYPE=CITE><font size=-1>I am using the (IE5) XML DOM to search
for a particular node.</font>
<p><font size=-1>I use a pattern like this:</font>
<br><font size=-1>books/book[@bnum = 13241]</font>
<p><font size=-1>It correctly finds a match.&nbsp; Now my question is,
how do I determine the position of the found book in "books"?&nbsp; bnum
is not in sequential, nor is it in order.&nbsp; I need to know which book
it is within the books.childNodes NodeList.</font>
<p><font size=-1>Do I have to step through every element of books.childNodes
and match it myself?</font>
<p><font size=-1>Thanks in advance,</font>
<br><font size=-1>Ben Berck</font>
<br><font size=-1>ESPS, Inc.</font></blockquote>
</html>