Re: [xml] Possible bug on content addition then node deletion.




        Still does the same thing with xmlNodeGetContent.

Regards,
                Jose.

--
Windows has detected that your mouse has moved. Reboot now for changes to take effect?

On 23 Nov 2004, at 11:14, Kasimier Buchcik wrote:

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]