Comment Random Access XML (Score 1) 481
I think the point of this is, you'd like to have a random access version of XML. Right now there's no way to say, seek to the next sibling node without reading all the intervening characters. DOM and other higher-level API's hide that fact, but it's still there.