|
|
От: |
uzhas
|
|
| Дата: | 20.03.13 12:29 | ||
| Оценка: | |||
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.