Forgot your password?
typodupeerror

Comment Re:XML is bloated (Score 1) 184

XPATH is barely cross browser (only through gigantic JavaScript libraries like Sarissa). JSON is useful because you don't have to parse it using a clunky JavaScript DOM interface. XML is great, but for my web apps, I appreciate the efficiency and simplicity of JSON.

Slashdot Top Deals

In seeking the unattainable, simplicity only gets in the way. -- Epigrams in Programming, ACM SIGPLAN Sept. 1982

Working...