How we can acces local and global variables by QName from java extension
(based on XpathContext)
previously it was xpc.getVariable(QName name)

For global variables it is not a problem, because there is
getGlobalVariableOrParam(Qname name), but for local variables it is
different. 
Now it is changed to getLocalVariable(int index);
how we can link QName with index?

Reply via email to