unrelated
|
|
on your guide about e4x, you should add the fact that you can use xml/html-style comments if you wanted to comment, via
<!-- multi-line xml comments go in here! blah blah <p></p> <== These are acceptable in an XML comment. --> also, why do you use "r" for the root xml element?
<><![CDATA[ Hello! I am still a good e4x object! ]></> |
|
|
Hmm, interesting. All the resources I found online used As to comments inside the XML, yes you can. I'm pretty sure you can put anything in there, and since there's no schema, only comments will be recognized (right?). Everything else is just a character ... of course, if you're sticking that inside a |
|
|
Yes, the /* comment */ or // comment no longer work |