- From: <bugzilla@jessica.w3.org>
- Date: Sun, 29 Nov 2015 11:12:43 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29313 Bug ID: 29313 Summary: [XSLT30] Second example in section http://www.w3.org/TR/xslt-30/#iterate has superfluous single quote Product: XPath / XQuery / XSLT Version: Candidate Recommendation Hardware: PC OS: Windows NT Status: NEW Severity: normal Priority: P2 Component: XSLT 3.0 Assignee: mike@saxonica.com Reporter: martin.honnen@gmx.de QA Contact: public-qt-comments@w3.org Target Milestone: --- The second example in http://www.w3.org/TR/xslt-30/#element-iterate has a single quote in the `href` attribute of the `xsl:stream`: <account> <xsl:stream href="'transactions.xml"> which should simply be <account> <xsl:stream href="transactions.xml"> -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Sunday, 29 November 2015 11:12:45 UTC