]> git.mdlowis.com Git - proto/labwc.git/commit
common/xml: parse CDATA as text
authortokyo4j <hrak1529@gmail.com>
Sun, 3 Aug 2025 07:09:18 +0000 (16:09 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 3 Aug 2025 14:05:53 +0000 (15:05 +0100)
commit00ed40454dc52392bade3dac69a27af30c13f00a
tree4be26749a5c2dc45b211848564bb5fca4aebaca4
parent5a50d87ee2b2bd009e557ee21a61cee2af4593d5
common/xml: parse CDATA as text

Before this patch, <![CDATA[xxx]]> was ignored in many cases.

For example, this didn't work:

  <core>
    <gap><![CDATA[10]]></gap>
  </core>
src/common/xml.c