[
Lists Home |
Date Index |
Thread Index
]
--- Francis Norton <francis@redrice.com> wrote:
> >>Oracle's XML Parser also provides an XPath engine
> that's
> >>woven into our DOM implementation. Using it is as
> easy as:
> >>
> yourNode.selectNodes("Your/Favorite[XPath=Here]");
> >>
>
yourNode.selectSingleNode("Your/Favorite[XPath=Here]");
> >> yourNode.valueOf("Your/Favorite[XPath=Here]");
> >
> > You say your users haven't asked for more, but if
> I was to become your
> > user, I would. .net offers these methods as well,
>
> How does .Net support .valueOf(<XPathExpression>)?
> I'm interested
> because the fact that MSXML 3 only supports XPath
> expressions that
> return node-lists is a bit of a frustration, and I
> couldn't find any
> improvement on this in .Net beta 2.
>
I don't think .NET's XML DOM API has any method
analogous to Oracle's .valueOf(<XPathExpression>)
=====
LAWS OF COMPUTER PROGRAMMING, VIII
Any non-trivial program contains at least one bug.
http://www.25hoursaday.com
Carnage4Life (slashdot/advogato/kuro5hin)
__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
|