Re: [xml-dev] XML vs JSON
On 18/08/17 20:44, Hans-Juergen Rennau wrote: [snip] > And if > > <getFlights> > <departureAirport>CGN</departureAirport> > <departureDate>2017-08-18</departureDate> > </getFlights> > > is a document, as I would suppose (as it falls into the scope XML has > been designed for), Technically, yes, for some value of the word "document". In the Real World™ it's a data file that uses XML syntax. ///Peter