- From: Chen Ya Bing <iscp0054@nus.edu.sg>
 - Date: Mon, 18 Feb 2002 17:04:16 +0800
 - To: <www-ql@w3.org>
 
Received on Monday, 18 February 2002 04:04:35 UTC
Hi,
who can tell me if I can use XQuery to transform an attribute to an element?
for example, the document is 
            <test a="123">
                 <b>321</b>
            </test>
I'd like to transform the attribute "a" to an element of test.
            <test>
               <a>123</a>
               <b>321</b>
            </test>
thank you!
Received on Monday, 18 February 2002 04:04:35 UTC