On 11/16/15, 9:54 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>>2) detect read and write on XML/XMLList and convert read to child(). >>What >> about write()? > >Good question. I think we should map xml.foo = <foo id=“1"/> to >xml.replace(“foo”,new XML(“<foo id=\”1\”/>”)); What does the above actually do if there is only one foo child and if there are more than one foo.child? Do you know if you can use += to append? -Alex