Re: RFR: 8081392: getNodeValue should return NULL value for Element nodes

2015-05-28 Thread huizhe wang
Hi Aleksej, Thanks for the quick action! The changes are good to me. Best, Joe On 5/28/2015 8:33 AM, Aleksej Efimov wrote: Hi, Please, review JDK9 fix [1] for a bug [2] in 'getNodeValue' JAXP function: According to w3c [3] getNodeValue should return 'null' value for Element nodes. This b

RFR: 8081392: getNodeValue should return NULL value for Element nodes

2015-05-28 Thread Aleksej Efimov
Hi, Please, review JDK9 fix [1] for a bug [2] in 'getNodeValue' JAXP function: According to w3c [3] getNodeValue should return 'null' value for Element nodes. This behavior was changed by JDK-8032908 [4] fix - in current implementation the node content is returned. To address this issue the