 Originally Posted by oniman7
I do like how Opera loads XML or whatever its called piece by piece, but still allows normal functionality while it's doing that. For instance, it loaded the text box first so I was able to start typing smoothly while the rest of the page was loading.
Ynot, I'll take this one. Never say that to a technical user. If Opera is loading XML in pieces, then it's not a proper XML parser and is sure to falter somewhere. The XML specifications require that the entire thing get loaded and parsed before any work is done, if it doesn't do that, then it is not considered an XML parser. XML is one of those rare formats where both the format and the logic of the parser are defined by the specifications. SAX can be done in pieces, but SAX is less robust than XML.
Hense why I use JSON for all my stuff
|
|
Bookmarks