RFR: 8032908: getTextContent doesn't return string in JAXP
huizhe wang
huizhe.wang at oracle.com
Wed Jul 30 17:42:46 UTC 2014
Hi Aleksej,
The change looks good, as we discussed previously.
Thanks,
Joe
On 7/30/2014 9:32 AM, Aleksej Efimov wrote:
> Hi,
>
> Please, review the fix [1] for the Node.getTextContent() bug:
> https://bugs.openjdk.java.net/browse/JDK-8032908
>
> Problem description:
> When Node#getTextContent is called to get the text content of node
> which is passed to XSLT extension function, a string that contains
> text representation of current Node and its siblings does not return
> but 'null' returns.
>
> Testing:
> JAXP regression tests were executed with no failures: test/javax/xml
> test/com/sun/org/apache/xml
> The following JCK tests were executed without any related failures:
> api/xinclude api/xsl api/javax_xml api/org_xml xml_schema api/xinclude
>
> Thank you,
> Aleksej
>
>
> [1] http://cr.openjdk.java.net/~aefimov/8032908/9/00
More information about the core-libs-dev
mailing list