vote up 3 vote down star
2

How do people use XQuery and/or XPath 2.0 from Delphi? I've got MSXML v6.0 working from Delphi, so any sufficiently documented COM-implementation will work. What's your favorite?

flag

63% accept rate

3 Answers

vote up 4 vote down check

My Favourite: I've always found that importing MSXML provides excellent support for all the XPath queries I've ever needed it for.

Close second: I'm not aware of any native delphi libraries that can match MSXML's depth of features however OmniXML provides great support for basic XPath queries and if you're not using expressions, for example, then it's a pretty good alternative.

Sadly, I do not think that there are currently any native Delphi XML Libraries that fully support XPath 2.0.

link|flag
Thanks jamiei, I'm pretty impressed with MSXML so far (despite my personal feelings for M$). Sad, though, that it doesn't support XPath 2.0. Haven't had time to look at OmniXML yet. – conciliator Oct 15 at 11:48
1  
Indeed, conciliator, I'm not sure that there is a native delphi library that fully supports XPath 2.0! Sad times indeed. – jamiei Oct 15 at 12:48
vote up 0 vote down

I love OmniXML. It has a lot of supporting code and classes that extend its primary usage. You may also want to look at SimpleStorage that simplifies work with XML a lot.

link|flag
vote up 1 vote down

You can use the fast and opensource libxml2 library. There is a Sourceforge Project for free Delphi bindings.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.