The Displaying XML Data Islands with JavaScript sample is great.But,...
Can you seek for a specific element instead of brows one by one (data.recorset.movenext())
?
something like data.recorset.seek(x)
Printable View
The Displaying XML Data Islands with JavaScript sample is great.But,...
Can you seek for a specific element instead of brows one by one (data.recorset.movenext())
?
something like data.recorset.seek(x)
"Memo" <gnavarro@real.com> wrote in message news:3b5345a1$1@news.devx.com...
>
> The Displaying XML Data Islands with JavaScript sample is great.But,...
>
> Can you seek for a specific element instead of brows one by one
(data.recorset.movenext())
> ?
>
> something like data.recorset.seek(x)
You can use DOMDocument.selectSingleNode() to retrieve a specific element.
Check out the MSXML documentation for query syntax.
-- Matthew Solnit