Re: characterData
"Gert Cuykens" <[email protected]>
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
On 7/20/07, Sebastian Pipping <[email protected]> wrote: > You don't handle the case yet that the character handler > is called multiple times for a single node. > The node > > <example>one two three</example> > > can actually be passed to the handler as > > "one tw" > > and > > "o three" > > or similar. You have to do concatenation yourself. hmm yes you are right need to make a drawing for that, but first i want to find out why my xml post to apache2 doest come trough. I only get the first line. Probably has to do with stdin and \n characters or something.