我有一个如下所示的 xml,我必须在 CDATA 中解析用户名和密码,请说明如何解析它。
<myxml>
<header>
<sessionid>12245834454835486</sessionid>
</header>
<custommessage>
<![CDATA[<?xml version = "1.0" ?>
<data>
<users>
<username>yyy</username>
<password>xxx</password>
</users>
</data>]]>
</custommessage>
</myxml>