mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-08-13 21:49:22 +03: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.
3 lines
79 B
XML
3 lines
79 B
XML
<?xml version="1.0"?>
|
|
<doc><![CDATA[abc]]><![CDATA[def]]><![CDATA[ghi]]></doc>
|