Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
config_yml
on Aug 17, 2024
|
parent
|
context
|
favorite
| on:
VanillaJSX.com
No, writing XML was the declarative part of Flex (like HTML), but AS3 had it’s own XML type so you could do things like this:
var data:XML = <foo><bar>hello</bar></foo>
and then data was an object instance like you’d expect
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
var data:XML = <foo><bar>hello</bar></foo>
and then data was an object instance like you’d expect