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 13969 - fn:put and transform expressions
Summary: fn:put and transform expressions
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-08-30 12:38 UTC by Tim Mills
Modified: 2012-12-04 00:52 UTC (History)
0 users

See Also:


Attachments

Description Tim Mills 2011-08-30 12:38:00 UTC
If I'm not mistaken, there are no test cases which use fn:put in combination with a transform expression.

e.g.

copy $doc := doc('update.xml')
modify (insert node <node /> into $doc/nodes, fn:put($doc, "update.xml"))
return (count($doc/nodes/node), count(doc('update.xml')/nodes/node))