summaryrefslogtreecommitdiffhomepage
path: root/xml.html.markdown
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2015-10-18 12:06:28 -0500
committerLevi Bostian <levi.bostian@gmail.com>2015-10-18 12:06:28 -0500
commitb1d3bacfa56689eacd90034f8a9d3a9e486998ff (patch)
tree040c2003eb220cb8119a2482afeec8d6955cbadf /xml.html.markdown
parentd96104a33abb30ce9b4299012188c265157498a1 (diff)
parent7a864ef86b2eba48e3e640e48016702a41247464 (diff)
Merge pull request #1551 from rstiyer/typo-fix
Typo fixes and refactor description of Java Map
Diffstat (limited to 'xml.html.markdown')
-rw-r--r--xml.html.markdown7
1 files changed, 4 insertions, 3 deletions
diff --git a/xml.html.markdown b/xml.html.markdown
index efc2340f..b95d6088 100644
--- a/xml.html.markdown
+++ b/xml.html.markdown
@@ -3,6 +3,7 @@ language: xml
filename: learnxml.xml
contributors:
- ["João Farias", "https://github.com/JoaoGFarias"]
+ - ["Rachel Stiyer", "https://github.com/rstiyer"]
---
XML is a markup language designed to store and transport data.
@@ -65,12 +66,12 @@ Unlike HTML, XML does not specify how to display or to format data, it just carr
* Well-Formated Document x Validation
-A XML document is well-formated if it is syntactically correct.
+An XML document is well-formatted if it is syntactically correct.
However, it is possible to inject more constraints in the document,
using document definitions, such as DTD and XML Schema.
-A XML document which follows a document definition is called valid,
-regarding that document.
+An XML document which follows a document definition is called valid,
+in regards to that document.
With this tool, you can check the XML data outside the application logic.