diff options
| author | willianjusten <willianjustenqui@gmail.com> | 2015-10-03 21:00:47 -0300 | 
|---|---|---|
| committer | willianjusten <willianjustenqui@gmail.com> | 2015-10-03 21:00:47 -0300 | 
| commit | 5578db0705e0fe05c40e5cad404fae47767eafa9 (patch) | |
| tree | b2588868f4ae66387dd78572a451f0230b03c561 /xml.html.markdown | |
| parent | 46d509077f10fc9b04aaf69829526d4b8297798d (diff) | |
| parent | 9b46fe7e57bcf63785b67cdaffc49ff0d47d7476 (diff) | |
Merge remote-tracking branch 'upstream/master'
* upstream/master:
  Add section on eunit in erlang doc
  Add clarification on bind / match with = op in erlang. Fixes #1139
  Removed random "r"
  Add to contributors
  Misc. typos and formatting
  More explanation on virtual destructors
  Clarify character literals
  Fixing typo in julia-es.html.markdown
  [xml/id] Translated JSON to Indonesian (json-id)
  [xml/id] Translated XML to Indonesian (xml-id)
  Aligned the comment block
  [javascript]  Fix for issue 1248
  Fixed some grammatical issues/typos
  Typos fixed in julia-es.html.markdown
  [c++/pt-br] Fix translate on editing object as parameters
  Update c++.html.markdown
  Add lang: to header of Python3 cs-cz file.
  All class constants can be accessed statically
  Add `kbd` tag
  Fixed the description of attributes and elements.
Diffstat (limited to 'xml.html.markdown')
| -rw-r--r-- | xml.html.markdown | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/xml.html.markdown b/xml.html.markdown index fce1a3a4..059ea132 100644 --- a/xml.html.markdown +++ b/xml.html.markdown @@ -49,10 +49,11 @@ Unlike HTML, XML does not specify how to display or to format data, just carry i  <!-- XML carries two kind 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 in parenthesis within the opening tag +      It is characterized by appearing with the format name="value" within the opening +      tag.    2 - Elements -> That's pure data.        That's what the parser will retrieve from the XML file. -      Elements appear between the open and close tags, without parenthesis. --> +      Elements appear between the open and close tags. -->  <!-- Below, an element with two attributes --> | 
