Adjusted readability of XML simplifications (#21052)

Adjusted the ordered list of things that are simplified with XML to be easier read and understandable.
This commit is contained in:
japplejuice
2018-10-19 22:25:53 -04:00
committed by Paul Gamble
parent 25c6fa4044
commit 0c8c6657f4

View File

@ -46,11 +46,11 @@ There is a main thing between XML and HTML which makes them different from each
Also XML does not uses a predefined tags as used by HTML. It uses user defined tags. Also XML does not uses a predefined tags as used by HTML. It uses user defined tags.
Following are the simplicity caused by XML : The following are areas that can be simiplified with XML:
1. It simplifies data sharing 1. data sharing
2. It simplifies data transport 2. data transport
3. It simplifies platform changes 3. platform changes
4. It simplifies data availability 4. data availability
And it's main achievement was that it became a W3C Recommendation as early as in February 1998. And it's main achievement was that it became a W3C Recommendation as early as in February 1998.