Re: RFR: 8354084: Streamline XPath API's extension function control [v3]

2025-04-16 Thread Roger Riggs
On Mon, 14 Apr 2025 21:00:22 GMT, Joe Wang wrote: >> Streamline the extension function control in the XPath API by relying solely >> on >> [XPathFunctionResolver](https://docs.oracle.com/en/java/javase/24/docs/api/java.xml/javax/xml/xpath/XPathFunctionResolver.html), >> which provides a secure

Re: RFR: 8354084: Streamline XPath API's extension function control [v3]

2025-04-15 Thread Joe Wang
> Streamline the extension function control in the XPath API by relying solely > on > [XPathFunctionResolver](https://docs.oracle.com/en/java/javase/24/docs/api/java.xml/javax/xml/xpath/XPathFunctionResolver.html), > which provides a secure and developer-defined mechanism. Remove the feature >

Re: RFR: 8354084: Streamline XPath API's extension function control [v3]

2025-04-15 Thread Naoto Sato
On Mon, 14 Apr 2025 21:00:22 GMT, Joe Wang wrote: >> Streamline the extension function control in the XPath API by relying solely >> on >> [XPathFunctionResolver](https://docs.oracle.com/en/java/javase/24/docs/api/java.xml/javax/xml/xpath/XPathFunctionResolver.html), >> which provides a secure