Y
Hacker News
new
|
ask
|
show
|
jobs
by
benjamincburns
4704 days ago
Just took a few minutes to look into it. Found a gnarly bug in the AS 3.5 XMLEncoder class[1]. Type coercion strikes again!
1:
http://stackoverflow.com/a/18000768/203705
1 comments
benjamincburns
4703 days ago
Just a quick update: it wasn't a coercion bug. Instead, XML.appendChild seems to do nothing if passed the string "null".
link