[0:00]<rjb> what more do i need for the path /ol to resolve? [0:06]<rjb> do i need to execute root.ol=new OL; soomewhere before it will work? [0:09]<rjb> ok, did that in the shell [0:10]<rjb> now, root.ol; -> run script answers [object OL] [0:10]<rjb> so all seems fine [0:11]<rjb> still the corresponding url doesn't resolve (Error retrieving Node) [0:15]<rjb> i even find a file in the xml store describing this new OL object [0:16]<rjb> uh no, now it did work [0:17]<rjb> ok, so that is one solution [1:21]<rjb> oops would this be a e4x bug? [1:21]<rjb> js> tr = <tr><td/><td/></tr>; [1:21]<rjb> js> tr.td[0].@align = 'right'; [1:22]<rjb> js> tr.td[0]='one'; [1:22]<rjb> js> tr; --> the align attribute is gone [15:36]<rjb> in e4x, one may set XML.ignoreWhitespace = false [15:46]<rjb> but it must be done before creating the xml objects you want it to apply to