Hi Everyone, I'm attempting to write a <xalan:component> in Java and I'd like to pass an XPath for function to evaluate but unfortunately I have not found too much information regarding working with XPath's in Xalan.
Does anyone know of a tuturial for this type of thing? I did find this one: http://www.javaworld.com/javaworld/jw-09-2000/jw-0908-xpath_p.html but its from 2000 so I believe that it does not apply to Xalan-2. Basically, I'm having a hard time seeing the big picture with XPathParser, XObject, xpath.Compiler, etc. All I'm interested in doing is passing an ExpressionContext, a node-set, two XPath strings, and one integer into a function. It then evaluates the two XPaths (one becomes a string and another becomes a nodeset). Thank you, Elizabeth