diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-09-14 20:35:21 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-09-14 20:35:21 +0100 |
commit | d30342f36c093e6fe7a693da437dd15cd1e7075b (patch) | |
tree | e204579967a1848d0a88a28bf2508d7315c475e3 /misc | |
parent | 5b1c15d5ffb5509eddd4408e2e4495f1e5e43162 (diff) | |
download | xine-lib-d30342f36c093e6fe7a693da437dd15cd1e7075b.tar.gz xine-lib-d30342f36c093e6fe7a693da437dd15cd1e7075b.tar.bz2 |
Create child "[CDATA]" nodes for extra text (but prefer merging).
<a>b<[CDATA[c]]></a> gives a.data = "bc".
<a>b<d/>c</a> gives a.data = "b" & .child = "d" then "[CDATA]" with .data = "c"
if XML_PARSER_MULTI_TEXT is set, else a.data = "bc" and there's no "[CDATA]".
Diffstat (limited to 'misc')
0 files changed, 0 insertions, 0 deletions