Click to See Complete Forum and Search --> : XPathAPI


Mike74
June 25th, 2001, 05:12 AM
Hello

I have to implement source from a friend in my application. This source wants to use XML and XPath. Now I have a problem, that the following line gives an error:

NodeList nl = XPathAPI.selectNodeList(root, xpath);

Perhaps the problem is, that we use here Xalan 1.2 and there this XPathAPI does not exist.

Does anybody know, where I find a function like that in Xalan 1.2 to select a NodeList, or is it another problem ?

Thanks a lot.