From 0c8c6657f44fbb7dcfb1dfe660d3bfc9bb0f0eb5 Mon Sep 17 00:00:00 2001 From: japplejuice <26143675+japplejuice@users.noreply.github.com> Date: Fri, 19 Oct 2018 22:25:53 -0400 Subject: [PATCH] Adjusted readability of XML simplifications (#21052) Adjusted the ordered list of things that are simplified with XML to be easier read and understandable. --- guide/english/xml/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/guide/english/xml/index.md b/guide/english/xml/index.md index 83b17dd1fc..73cc433665 100644 --- a/guide/english/xml/index.md +++ b/guide/english/xml/index.md @@ -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. -Following are the simplicity caused by XML : -1. It simplifies data sharing -2. It simplifies data transport -3. It simplifies platform changes -4. It simplifies data availability +The following are areas that can be simiplified with XML: +1. data sharing +2. data transport +3. platform changes +4. data availability And it's main achievement was that it became a W3C Recommendation as early as in February 1998.