DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33414>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33414 ------- Additional Comments From [EMAIL PROTECTED] 2005-02-08 22:11 ------- Sadly I haven't see any good way to mantain xalan and JAXP xpath at the same time(and I have spent couple of hours). The main problem is that the support neaded to define the here() xpath function is not exported in the JAXP 1.3. You can see the noted in the XPathFunctionResolver: """In particular, the resolver is only called for functions in an another namespace (functions with an explicit prefix). This means that you cannot use the XPathFunctionResolver to implement specifications like XML-Signature Syntax and Processing which extend the function library of XPath 1.0 in the same namespace. This is a consequence of the design of the resolver.""" (It seems aimed explicetly for us) I know that here support is not needed in all cases(me myself have implementations that never use it), but I don't think it worths to complicate the design a lot to give less funcionality. Anyway if there is some working patch for this funcionality I will recosinder my posittion. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.