[xquery-talk] Using element constructor to construct nested tags

Michael Kay mhk at mhk.me.uk
Wed Dec 8 09:42:16 PST 2004


Ignoring whitespace issues,  

<site> <people> padma </people> </site>

is a valid XQuery, which generates the output

<site> <people> padma </people> </site>

Michael Kay
http://www.saxonica.com/

> -----Original Message-----
> From: talk-bounces at xquery.com 
> [mailto:talk-bounces at xquery.com] On Behalf Of padmapriya ayyagari
> Sent: 08 December 2004 00:07
> To: talk at xquery.com
> Subject: [xquery-talk] Using element constructor to construct 
> nested tags
> 
> Hello,
> 
> If I want the result of a query to return 
> 
> <site> <people> padma </people> </site>
> 
> How can I call the element constructor to construct such nested tags?
> 
> Thanks,
> Padmapriya
> _______________________________________________
> talk at xquery.com
> http://xquery.com/mailman/listinfo/talk
> 



More information about the talk mailing list