in reply to XML::Parser error
So you will have to concatenate the char data yourself. That said, I would likely use some higher level library rather than use XML::Parser directly, then you very likely wouldn't have to do the concatenating yourself.Char (Expat, String) This event is generated when non-markup is recognized. The non-markup sequence of characters is in String. A single non-markup sequence of characters may generate multiple calls to this handler. Whatever the encoding of the string in the original document, this is given to the handler in UTF-8.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::Parser error
by mwinterer (Initiate) on Sep 11, 2013 at 21:50 UTC | |
by runrig (Abbot) on Sep 11, 2013 at 22:02 UTC |