Hi Joe, thanks for helping us. About the point:
-- COMMIT MSG to xml-xalan > 2) Add getXPathContext(). I'm just a bit nervious about this > method, but they assure us they need it and the field isn't > private. We may need to discus this one further. > > 3) Make the XPathContext's m_dtmManager member > protected rather than private, so their subclass can get to it. > We may want to work with them to understand why they're > accessing this directly and whether there's a better solution. If you want to see how the extension works: org.apache.xml.security.transforms.implementations.FuncHere extends Function org.apache.xml.security.transforms.implementations.FuncHereContext extends XPathContext org.apache.xml.security.utils.CachedXPathFuncHereAPI is the 1:1 rewrite of CachedXPathAPI with the here() functionality. Yes, discussion on that always wanted. Just peek me about that. Christian
