• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H04-Jul-2003-4233

BufferText.pmH A D04-Jul-20032.9 KiB9825

ChangesH A D04-Jul-2003240 127

MANIFESTH A D27-Jan-200261 66

Makefile.PLH A D29-Jan-2002442 1312

READMEH A D29-Jan-2002453 117

README

1
2XML::Filter::BufferText v0.01
3=============================================================================
4
5This is a very simple filter. One common cause of grief (and programmer
6error) is that XML parsers aren't required to provide character events in one
7chunk. They can, but are not forced to, and most don't. This filter does the
8trivial but oft-repeated task of putting all characters into a single event.
9
10-- Robin Berjon <robin@knowscape.com>
11