[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

What is an XPath API?

  • From: "Martin v. Loewis" <martin@l...>
  • To: xml-dev@l...
  • Date: Tue, 06 Mar 2001 22:58:12 +0100

xpath api
The recent discussion on an XPath API gives a good occasion to report
on the XPath API we've been developing for the Python XML libraries.

When integrating 4XSLT, we found the need for different parsers for
XPath expressions. One is based on flex and bison; it is quite fast,
but not thread-safe, and does not support Unicode input. The other one
is written in pure Python using the sre regular expression engine.

To use the same XPath implementation (i.e. set of classes representing
XML expressions, and evaluation routines), we've defined an API which
the parser can use to create a tree representation of an XPath
expression. This API involves interfaces to the expression nodes, and
factory operations to create instances of expression nodes. This API
is available at

http://www.informatik.hu-berlin.de/~loewis/xml/xpath.idl

It is defined closely to the XPath grammar, and designed to follow the
style of the DOM API; it uses OMG IDL to define the API in a
language-independent manner. A Python implementation of that API is
available in

http://www.informatik.hu-berlin.de/~loewis/xml/PyXPath-1.3.tgz
(you need 4XSLT which provides the actual implementation classes)

Since this is an API between parser and expression implementation, it
does not deal at all with evaluation (which is provided by expression
implementations to an application). Scott Boag once produced a
proposal for an API that does evaluation, but keeps the expression's
structure opaque.

I'd appreciate any comments on the parser API; if you find it useful
for your application area, just go ahead an use it.

Regards,
Martin

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.