This package browser is in early development. Mind the rough edges.

perl-xml-filter-buffertext

Filter to put all characters() in one event

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.

Installation

Install the latest version of perl-xml-filter-buffertext as follows:

guix install perl-xml-filter-buffertext

Or install a particular version:

guix install perl-xml-filter-buffertext@1.01

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.