<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Alias,<br>
<br>
<br>
It is a deep, recursive search.&nbsp; <br>
<br>
Example:<br>
<br>
document..item<br>
<br>
That will find all &lt;item&gt; nestings in the XML document.<br>
<br>
You can limit the search by recursing farther down.<br>
<br>
<b>document.orders..item<br>
</b>will find all <b>items</b> that are nested inside of an <b>order </b>tag.<br>
<br>
<br>
hope that helps.<br>
<br>
<br>
Thanks,<br>
<br>
<br>
<div class="moz-signature">Jake Varghese<br>
CEO / Lead Developer<br>
Flvorful<br>
<a class="moz-txt-link-abbreviated" href="http://www.flvorful.com">www.flvorful.com</a><br>
office: 877-821-8022 x701<br>
cell: 512-289-3916<br>
</div>
<br>
<br>
Alias&#8482; wrote:
<blockquote
 cite="mid:cfabe1260711150819p16f47263u651208cd5a29f1d5@mail.gmail.com"
 type="cite">
  <pre wrap="">Hi guys,

Sorry if this is a stupid question, but I'm finding it hard to get a
straight answer on this.

The ".." operator in E4X, yeah?

What's going on there? Is it a deep recursive search, a single level
search, or what? Does it go through the whole document, or is it only
for the descendants of the current context? The documentation is so
vague and the W3C spec isn't much help either..

thanks in advance,
Alias

_______________________________________________
osflash mailing list
<a class="moz-txt-link-abbreviated" href="mailto:osflash@osflash.org">osflash@osflash.org</a>
<a class="moz-txt-link-freetext" href="http://osflash.org/mailman/listinfo/osflash_osflash.org">http://osflash.org/mailman/listinfo/osflash_osflash.org</a>

  </pre>
</blockquote>
</body>
</html>