summaryrefslogtreecommitdiffhomepage
path: root/xml.html.markdown
diff options
context:
space:
mode:
authorKara Kincaid <kara_kincaid@epam.com>2015-10-13 10:06:11 -0400
committerKara Kincaid <kara_kincaid@epam.com>2015-10-13 10:06:11 -0400
commit45a5a9ed5b45f483a04c3b985be74cbcd38179fe (patch)
tree9d7599079877adda1b28cac75b8bc8f8bf057091 /xml.html.markdown
parent622d4485ab9efd265be83d16abbe8cb12da7934c (diff)
parent59a07411effbd0ed6289e062621deb29fe8641a8 (diff)
fix merge conflict in css.html.markdown
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 d407512d..4d33e614 100644
--- a/xml.html.markdown
+++ b/xml.html.markdown
@@ -40,13 +40,14 @@ Unlike HTML, XML does not specify how to display or to format data, just carry i
It starts with a declaration, informing some metadata (optional).
XML uses a tree structure. Above, the root node is 'bookstore', which has
- three child nodes, all 'books'. Those nodes has more child nodes, and so on...
+ three child nodes, all 'books'. Those nodes have more child nodes (or
+ children), and so on...
- Nodes are created using open/close tags, and childs are just nodes between
+ Nodes are created using open/close tags, and children are just nodes between
the open and close tags.-->
-<!-- XML carries two kind of data:
+<!-- XML carries two kinds of data:
1 - Attributes -> That's metadata about a node.
Usually, the XML parser uses this information to store the data properly.
It is characterized by appearing with the format name="value" within the opening