Re: [xml] Possible bug on content addition then node deletion.
- From: Kasimier Buchcik <kbuchcik 4commerce de>
- To: Jose Commins <axora myrealbox com>
- Cc: xml gnome org
- Subject: Re: [xml] Possible bug on content addition then node deletion.
- Date: Tue, 23 Nov 2004 12:14:45 +0100
Hi,
Jose Commins wrote:
[...]
I get when I dump the entire doc:
<tag>
<Something>Dogs usually say bark but I say blah</_Something>
</tag>
That's fine too. Except that 'blah' is not actually part of <Something>
in the tree. If I request the text from the <Something> node I get:
Maby you examined only the first text node child of the 'Something'
element node; the text of 'blah' is hold by a second text node.
Please try xmlNodeGetContent on the "Something" node, it will
concatenate those text nodes.
[...]
Regards,
Kasimier
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]