Good day, I am trying to figure out a way to link into the XPath variable resolution in Xalan 2.2 with little luck.
Given an XPath expression like /root/element[$counter]/text() where counter is defined externally to the document this is being applied to. Is there a way to programmatically link into the engine so that I can trap requests for the QName $counter and supply the value myself? Thanks, Sean
