On 1/5/16, 7:49 AM, "Harbs" <harbs.li...@gmail.com> wrote:

>BTW, I’m not sure what we said about myXML.@foo = “baz” or myXML.@ba:foo
>= “baz”.
>
>Are we mapping that to myXML.setChild(“@foo”,”baz”) and
>myXML.setChild(“@ba:foo”,”baz”), or are we creating a separate function
>for attributes?

I tried it and got an exception.  So I just pushed a fix for that where it
will call

   myXML.setAttribute(“foo”,”baz”)


I'm going to spend some time on XML and the compiler today.

-Alex

Reply via email to