On 09/17/2015 07:44 PM, Ricordisamoa wrote:
Stephen Niedzielski: "it seems like, as soon as you get the HTML the first thing you want to do, perhaps a little bit ironically because it's called Parsoid, it's parse the output a little bit more" https://www.youtube.com/watch?v=3WJID_WC7BQ&t=35m14s
That is somewhat of a misunderstanding that Scott clarified.
Parsing is involved whenever you want to convert a string format to an object format.
So, unless you want to figure out a way to transfer DOM objects between server and client, you are going to continue transferring HTML strings which you then parse in the browser to rebuild the DOM representation.
Subbu.