Hi Sam,
hi Joe,
thanks for re-starting this thread again. From the point of view of the
xml-security project, I need two changes.
1. The org.apache.xpath.XPathContext#m_dtmManager variable has to be
changed from private to protected. I extend the XPathContext and this would
give me the necessary access.
2. Being able to construct a CachedXPathAPI from an existing XPathContext
and to retrieve the internal XPathContext is needed.
public CachedXPathAPI() {
this.xpathSupport = new XPathContext();
}
public CachedXPathAPI(XPathContext xpathContext) {
this.xpathSupport = xpathContext;
}
public XPathContext getXPathContext() {
return this.xpathSupport;
}
--On Samstag, 8. Dezember 2001 13:44 -0500 Sam Ruby <[EMAIL PROTECTED]>
wrote:
> OK, this thread seems to have died off. It looks like xml-security needs
> the following two patches to get back functional again w/Xalan 2.2. Can I
> get someone to commit these patches or propose an alternative?
>
> Rationale can be found here:
> http://marc.theaimsgroup.com/?l=xalan-dev&m=100712430904323&w=2