Re: [xml-dev] XML vs JSON

From
Peter Flynn <>
To
Date
2017-08-18T21:59:06Z
ID
<>
Thread
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