Yes, the XPath DLL is dependent on other Xalan DLLs, but so what? Why does that matter? You can still use Xalan's XPath API separately from the XSLT processor.
You should search the archives for information how to integrate the Xerces DOM with Xalan. There are numerous responses, and there's even a use case in the documentation. http://marc.theaimsgroup.com/?l=xalan-dev&r=1&w=2 Dave Graham Mann <[EMAIL PROTECTED] To: [email protected] > cc: (bcc: David N Bertoni/CAM/Lotus) Subject: Re: Standalone XPath 10/23/2001 12:26 PM Dave, It appears that the XPath library requires other libraries from the Xalan shipment ie DOMSupport, PlatformSupport, XalanDOM Moreover it also appears that XPath cannot be used directly with the Xerces DOM - so for example where it uses XalanNode, this is not derived from DOM_Node. >You can certainly use the Xalan XPath API without using XSLT. There is an >XPath API and a sample program which shows how to use it. > >You should look at that and post any more specific questions you might >have. > >Dave Graham Mann Adobe Systems Europe Ltd. Tel: +44 (0)1603 226749
