diff options
| -rw-r--r-- | cs-cz/python3.html.markdown | 1 | ||||
| -rw-r--r-- | xml.html.markdown | 5 | 
2 files changed, 4 insertions, 2 deletions
| diff --git a/cs-cz/python3.html.markdown b/cs-cz/python3.html.markdown index 1f380f36..11c8a654 100644 --- a/cs-cz/python3.html.markdown +++ b/cs-cz/python3.html.markdown @@ -8,6 +8,7 @@ contributors:  translators:      - ["Tomáš Bedřich", "http://tbedrich.cz"]  filename: learnpython3.py +lang: cs-cz  ---  Python byl vytvořen Guidem Van Rossum v raných 90. letech. Nyní je jedním z nejpopulárnějších jazyků. 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 --> | 
