Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <root>
- <person facebookid="13"/>
- <person facebookid="17"/>
- </root>
- trace(person.facebookid)// [13, 17]
- //----------------------------------------------
- <root>
- <person facebookid="13"/>
- </root>
- trace(person.facebookid)// [13]
Advertisement
Add Comment
Please, Sign In to add comment