16 lines
340 B
YAML
16 lines
340 B
YAML
Document:
|
|
- Comment: " comment1 "
|
|
- Element:
|
|
tag_name: root
|
|
children:
|
|
- Text: "\n "
|
|
- Comment: " comment2 "
|
|
- Text: "\n "
|
|
- PI:
|
|
target: "target"
|
|
value: "value"
|
|
- Text: "\n "
|
|
- Element:
|
|
tag_name: item
|
|
- Text: "\n text\n"
|