RFR: 8343001: Adjust XSLT and XPath Extension Function Property [v3]
Joe Wang
joehw at openjdk.org
Tue Dec 3 20:18:42 UTC 2024
On Tue, 3 Dec 2024 17:23:40 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Joe Wang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix error message and inline windows check
>
> src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/runtime/ErrorMessages.java line 284:
>
>> 282:
>> 283: {BasisLibrary.UNALLOWED_EXTENSION_ELEMENT_ERR,
>> 284: "Use of the extension function ''{0}'' is not allowed when extension "
>
> Is it correct that "element" has been replaced by "function" here?
"element" it is. Fixed.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/22504#discussion_r1868309536
More information about the core-libs-dev
mailing list