Overpass: polygon query
I want to create a polygon-query with the points of the following query:
>(way(134816256);way(95661967);way(201062997);way(95675717);way(96007270);way(96007267);way(95663153));
<osm-script>
> >;
<union into="_">
>out;
<id-query into="_" ref="134816256" type="way"/>
<id-query into="_" ref="95661967" type="way"/>
<id-query into="_" ref="201062997" type="way"/>
<id-query into="_" ref="95675717" type="way"/>
<id-query into="_" ref="96007270" type="way"/>
<id-query into="_" ref="96007267" type="way"/>
<id-query into="_" ref="95663153" type="way"/>
</union>
<recurse from="_" into="_" type="down"/>
<print from="_" limit="" mode="body" order="id"/>
</osm-script>
Can I directly insert the output-nodes of the first query into a polygon query?