7fb496290f
Collection. This Perl 5 module is a very simple filter for XML parsers. One common cause of grief (and programmer error) is that XML parsers aren't required to provide character events in one chunk. They can, but are not forced to, and most don't. This filter does the trivial but often-repeated task of putting all characters into a single event. Actually this is the second import hopefully in the right directory this time. Sorry for the mess.
5 lines
337 B
Text
5 lines
337 B
Text
This Perl 5 module is a very simple filter for XML parsers. One
|
|
common cause of grief (and programmer error) is that XML parsers
|
|
aren't required to provide character events in one chunk. They can,
|
|
but are not forced to, and most don't. This filter does the trivial
|
|
but often-repeated task of putting all characters into a single event.
|