|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] XPath tool with SAX interface
Dear ladies and gentlemen,
I'm currently working on an XML/XSL/XLink Browser
(http://www.pms.informatik.uni-muenchen.de/lehre/projekt-diplom-arbeit/browser-toolkit.html).
I'm in search of an XPath query utility with a SAX interface. Has anyone
ever heard of anything like that? (Or is there anyone willing to
implement such a nice tool?) It should be able to track several XPath
expressions simultaneously. I think of something like this:
package org.xml.sax.ext;
public interface XPathHandler
{
public int addXPathExpression(String expression);
public void removeXPathExpression(int id);
public void startXPathExpression(int id);
public void endXPathExpression(int id);
}
Michael
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








