• [^] # Re: Uniformisation des formats ?

    Posté par . En réponse au journal Basculer l'informatique en tout-XML?. Évalué à 2.

    > Le XML n'a jamais été fait pour ça, donc autant l'éviter.
    Pas d' accord,
    http://www.w3.org/TR/REC-xml/#sec-origin-goals

    The design goals for XML are:

    1.

    XML shall be straightforwardly usable over the Internet.
    2.

    XML shall support a wide variety of applications.
    3.

    XML shall be compatible with SGML.
    4.

    It shall be easy to write programs which process XML documents.
    5.

    The number of optional features in XML is to be kept to the absolute minimum, ideally zero.
    6.

    XML documents should be human-legible and reasonably clear.
    7.

    The XML design should be prepared quickly.
    8.

    The design of XML shall be formal and concise.
    9.

    XML documents shall be easy to create.
    10.

    Terseness in XML markup is of minimal importance.


    A mon sens, le point 6 signifi implicitement: 'Lisible sans trop d' efforts par l' Homme depuis un éditeur de texte brut ( terminal+vi par ex)'
    Il me semble que c' est également la raison pour laquelle le binaire brut n' est pas autorisé ainsi que la plupart des caractères de controles...

    Personnelement, je trouve que xml est un bon compromis pour tous ces critères.