- From: <bugzilla@jessica.w3.org>
- Date: Fri, 23 Sep 2011 21:08:21 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=14274 Summary: [QT3] math prefix no longer predeclared Product: XPath / XQuery / XSLT Version: Working drafts Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: XQuery 3 & XPath 3 Test Suite AssignedTo: benjie.nguyen@gmail.com ReportedBy: andrew.eisenberg@us.ibm.com QAContact: public-qt-comments@w3.org Group: XSLXQuery_WG Our XQuery 3.0 editor's draft contains the following item in the change log: "The prefixes math, err, and out are no longer predeclared. Resolves Bug 10681." I see test cases like: <test-case xmlns="http://www.w3.org/2010/09/qt-fots-catalog" name="math-acos-006"> <description>Evaluate the function math:acos() with the argument 2.0e0</description> <created by="O'Neil Delpratt, Saxonica" on="2010-12-10"/> <test>math:acos(2.0e0)</test> <result> <assert-string-value>NaN</assert-string-value> </result> </test-case> I believe that a declaration of the math prefix needs to be added. This issue is present in all of the test cases contained in: math-acos.xml math-asin.xml math-atan.xml math-cos.xml math-exp.xml math-log.xml math-pow.xml math-sin.xml math-sqrt.xml math-tan.xml -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Friday, 23 September 2011 21:08:23 UTC