This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13161 - XQueryX test stf-insert-into-03 is not transformed well
Summary: XQueryX test stf-insert-into-03 is not transformed well
Status: NEW
Alias: None
Product: XQuery Update Facility Test Suite
Classification: Unclassified
Component: XQuery Update Facility Test Suite (show other bugs)
Version: unspecified
Hardware: PC Windows 3.1
: P2 normal
Target Milestone: ---
Assignee: Benjamin Nguyen
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 15:53 UTC by Daniel Turcanu
Modified: 2012-12-04 00:52 UTC (History)
1 user (show)

See Also:


Attachments

Description Daniel Turcanu 2011-07-06 15:53:39 UTC
The XQueryX Update test XQueryX/StaticTypingFeature/stf-insert-into-03
is not transformed well in XQuery.
Some element constructors become:
<a> {($books/child::BOOKLIST instance of schema-element(BOOKLIST)) }</a>
instead of
<a>{$books/BOOKLIST instance of schema-element(BOOKLIST)}</a>

and the space inside the <a> element gets in the result, so the test fails.
If I remove the space, then the test succeeds, along with many others.