mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

The Document Object Model (DOM) Level 3 Core Specification says: > Adjacent CDATASection nodes are not merged by use of the normalize > method of the Node interface. Fixes #412.
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
0 1 doc 0 0
|
|
1 4 #cdata-section 0 1 abc
|
|
1 4 #cdata-section 0 1 def
|
|
1 4 #cdata-section 0 1 ghi
|
|
0 15 doc 0 0
|