diff options
| author | TheDmitry <TheDmitry@users.noreply.github.com> | 2015-02-10 14:43:29 +0300 | 
|---|---|---|
| committer | TheDmitry <TheDmitry@users.noreply.github.com> | 2015-02-10 14:43:29 +0300 | 
| commit | f792b5f449de55c049453a452afc7fd7e9e839fb (patch) | |
| tree | d4ea4c7e6a4fa23856c5e154bbb41650356eda89 | |
| parent | bc136b96f87de5418ac2da287751f1642a3d3741 (diff) | |
[xml/ru] Translating comment two
| -rw-r--r-- | ru-ru/xml-ru.html.markdown | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/ru-ru/xml-ru.html.markdown b/ru-ru/xml-ru.html.markdown index 27f66417..0044f6bf 100644 --- a/ru-ru/xml-ru.html.markdown +++ b/ru-ru/xml-ru.html.markdown @@ -39,14 +39,14 @@ XML - это язык разметки, предназначеный для хр    </book>  </bookstore> -<!-- Above is a typical XML file. -  It starts with a declaration, informing some metadata (optional). +<!-- Вышеописанный документ - типичный XML-файл. +  Он начинается с определения, информирующее о некоторых метаданных (необязательно). -  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...  +  XML использует древовидную структуру. У вишеописанного документа корневой узел - 'bookstore', который содержит +  три дочерних узла - все 'books'. Такие узлы содержат много дочерних узлов и т.д.  -  Nodes are created using open/close tags, and childs are just nodes between -  the open and close tags.--> +  Узлы создаются с помощью открывающего/закрывающего тегов, а дочерние - это узлы между +  открывающимися и закрывающимися тегами.-->  <!-- XML carries two kind of data:  | 
