in reply to OT: xml format question

"Practical difference" would depend on what you want to do with the XML.

For example, if you want to extract information from the XML, the XPath queries would be different for the two XML formats.

Replies are listed 'Best First'.
Re^2: OT: xml format question
by fionbarr (Friar) on May 21, 2013 at 13:54 UTC
    is that the primary reason you would choose one over the other?

      If I were to choose, I wouldn't choose XML at all.

      JSON seems much nicer and less verbose to me, and it has far less choices like encoding, entities, comments and references to external things.

      It lacks schema definitions and tooling though.