You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Davanum Srinivas <di...@yahoo.com> on 2001/02/21 15:20:55 UTC

[C2][Xalan2] Need to use XPath independent of Xalan.

Scott,

A few C2 components use org.apache.xpath.XPathAPI package. Is there a plan to add a new target in
build.xml to build an independent jar file (say "xpath.jar")?. (We need this to be able to use C2
with SAXON)

Thanks,
dims

=====
Davanum Srinivas, JNI-FAQ Manager
http://www.jGuru.com/faq/JNI

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices! http://auctions.yahoo.com/

Re: [C2][Xalan2] Need to use XPath independent of Xalan.

Posted by Berin Loritsch <bl...@apache.org>.
Davanum Srinivas wrote:
> 
> Scott,
> 
> A few C2 components use org.apache.xpath.XPathAPI package. Is there a plan to add a new target in
> build.xml to build an independent jar file (say "xpath.jar")?. (We need this to be able to use C2
> with SAXON)

Not having alot of experience with developing XPath API stuff, but
recognizing that need, I have been tossing around the idea of creating
a SAX 2 based XPath projet called "saXPath".  It would start humbly with
the simple element/attribute grabbing, and then include more and more
pieces of the API.  If there is sufficient interest, I can open up a
project in SourceForge with a compatible license, and work can begin
right away....