- From: <bugzilla@jessica.w3.org>
- Date: Mon, 05 Sep 2016 10:30:10 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29810 Bug ID: 29810 Summary: [xslt30ts] namespace-0301 - results are implementation-dependent Product: XPath / XQuery / XSLT Version: Candidate Recommendation Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: XSLT 3.0 Test Suite Assignee: abel.online@xs4all.nl Reporter: mike@saxonica.com QA Contact: public-qt-comments@w3.org Target Milestone: --- I believe the results of test namespace-0301 depend on the ordering of attribute nodes, which is implementation-dependent. We effectively do <foo> <xsl:for-each select="@*"> <xsl:attribute name="local-name()" select="."/> </xsl:for-each> </foo> The input element contains several attributes with the same local name, and the result will contain the value from the last of these in processing order, which is unpredictable. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 5 September 2016 10:30:18 UTC