|
|
От: | Аноним | |
| Дата: | 20.03.13 12:34 | ||
| Оценка: | |||
U>By default the declaration node is not added to the document during parsing. If you just need to preserve the original declaration node, you have to add the flag parse_declaration to the parsing flags; the resulting document will contain the original declaration node, which will be output during saving.