I wonder how Facebook parse the status or comment.
For example , when I post a status like this : "Let's have party @Tony, @Michel . 5pm at @Larry 's house."
You can see there are 3 User objects in the status : @Tony, @Michel, @Larry. But they are in different section in the status .
How can you store the status in the database. I have an idea :
Let's have party <user><name>Tony</name><uri>/user/1/</uri></user>, <user><name>Michel</name><uri>/user/2/</uri></user> . 5pm at <user><name>Larry</name><uri>/user/3/</uri></user> 's house."
But I have problem while parsing the status in client side. Have you got any idea or experience ? Thank you very much.