Re: RFR (JAXP) 8058152: JDK accepts XSLT stylesheet having import element erroneously placed

2016-10-12 Thread Joe Wang
Thanks Naoto, Lance! I appended _ERR. -Joe On 10/12/16, 2:50 PM, Naoto Sato wrote: +1. You might want to append "_ERR" to the field "IMPORT_PRECEDE_OTHERS" to align with other errors (no need for further review). Naoto On 10/12/16 1:37 PM, Joe Wang wrote: Hi, Please review a change to

Re: RFR (JAXP) 8058152: JDK accepts XSLT stylesheet having import element erroneously placed

2016-10-12 Thread Naoto Sato
+1. You might want to append "_ERR" to the field "IMPORT_PRECEDE_OTHERS" to align with other errors (no need for further review). Naoto On 10/12/16 1:37 PM, Joe Wang wrote: Hi, Please review a change to validate that xsl:import element children /must precede/ all other element children of an

Re: RFR (JAXP) 8058152: JDK accepts XSLT stylesheet having import element erroneously placed

2016-10-12 Thread Lance Andersen
Looks OK Joe > On Oct 12, 2016, at 4:37 PM, Joe Wang wrote: > > Hi, > > Please review a change to validate that xsl:import element children /must > precede/ all other element children of an element, including > any element children as required by the specification

RFR (JAXP) 8058152: JDK accepts XSLT stylesheet having import element erroneously placed

2016-10-12 Thread Joe Wang
Hi, Please review a change to validate that xsl:import element children /must precede/ all other element children of an element, including any element children as required by the specification [1]. [1] https://www.w3.org/TR/xslt#import JBS: