aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Filter-BufferText/pkg-descr
blob: 8c022f35f723d7ad77a8d4869ff578fc0222ea8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
This is a very simple filter.  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 oft-repeated task of putting all characters
into a single event.

WWW: http://search.cpan.org/dist/XML-Filter-BufferText/

-- Sergey Skvortsov
skv@FreeBSD.org