|
|
|
|
|
by ptx
110 days ago
|
|
Couldn't they simply switch to zip files? Those have an index and allow opening individual files within the archive without reading the whole thing. Also, I don't understand how using XML makes for a brittle schema and how SQL would solve it. If clients choke on unexpected XML elements, they could also do a "SELECT *" in SQL and choke on unexpected columns. And the problem with people adding different attributes seems like just the thing XML namespaces was designed for. |
|