mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 06:03:07 +03:00
[xml/en] Grammar fixes
This commit is contained in:
parent
da1fedc741
commit
bb8eeb53ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user