- From: <bugzilla@jessica.w3.org>
- Date: Fri, 22 Jun 2012 21:51:49 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17549
Jim Melton <jim.melton@acm.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Jim Melton <jim.melton@acm.org> 2012-06-22 21:51:49 UTC ---
I have modified the XQueryX 3.0 stylesheet to generate surrounding parentheses
for try-catch expressions, which can be seen in the XSLT Stylesheet in Appendix
B of the editor's draft found at
http://www.w3.org/XML/Group/qtspecs/specifications/xqueryx-30/html/Overview.html
I have therefore marked this bug RESOLVED/FIXED.
The transformation now generates this:
(
(try { 1 }
catch *
{ 2 })+3)
If you agree that this was done correctly, please mark this bug CLOSED.
--
Configure bugmail: https://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, 22 June 2012 21:51:52 UTC