× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Maurice O'Prey wrote:
XML buys you a step in the right direction, all data, and the relationships
between data, must be described to be understood by the wider audience. If
JSON was universally adopted to achieve this then great, I thought that was
the original intent of XML. But as far as I can see people are using JSON
for their own ends (which isn't inherently wrong I must say).

One cannot complain about the absence of standards in others if they ignore
them themselves and one should strive to adopt standards (for all).

No argument intended, I didn't say XML was better and JSON has its uses.

XML itself doesn't buy you this, although the schema does indeed provide some standardization. However, the idea of standardization of information is way larger than XML vs. JSON. For example, take an XML document like this:

<person>
<firstname>Joe</firstname>
<lastname>Pluta</lastname>
</person>

Depending on your viewpoint, even this simple document has major deficiencies, even if has a schema. For example, in French, the tag should be prenom, not firstname. So now you need a meta-schema that allows flexible nomenclature. But it doesn't end there: some cultures don't have the same concept of first and last name. So now you need to have flexible structures.

And this is just for names! Imagine what happens with business terminology. The concept of meta-information can get so involved that you spend most of your time just figuring out the next structural nuance. And while that's probably important if you need informational transparency for global communication, I'm usually okay with simplicity (and efficiency) over flexibility, within reason.

Joe

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.