|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Serialization of XDMDavid A. Lee dlee at calldei.comMon Sep 14 19:36:20 PDT 2009
What about this document ?
Input:
<foo>
<bar/>
</foo>
Query:
( / , /foo/bar )
If serialized then re-parsed into say :
declare variable $a as external; -> stuck into here
is it important that
$a[1]/foo/bar is $a[2]
David A. Lee
http://x-query.com/mailman/listinfo/talk
http://www.calldei.com
http://www.xmlsh.org
812-482-5224
David Carlisle wrote:
>> On first glance I can imagine the former being fairly easy, but the
>> later much more complex.
>>
>
> The latter isn't a problem as they are different elements in the result,
> the $a nodes are _copied_ into their parent as <bar>{$a}</bar> copy here
> doesn't copy node identity.
>
> David
>
> ________________________________________________________________________
> The Numerical Algorithms Group Ltd is a company registered in England
> and Wales with company number 1249803. The registered office is:
> Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
>
> This e-mail has been scanned for all viruses by Star. The service is
> powered by MessageLabs.
> ________________________________________________________________________
> _______________________________________________
> http://x-query.com/mailman/listinfo/talk
> http://x-query.com/mailman/listinfo/talk
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://x-query.com/pipermail/talk/attachments/20090914/7f6b436e/attachment.htm
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






