Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-XML-Filter-BufferText

Project: openSUSE_13.2

Repository: oss

Title: Filter to put all characters() in one event

Description:
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.

Note that this won't help you cases such as:

<foo> blah <!-- comment --> phubar </foo>

In the above case, given the interleaving comment, there will be two
'character()' events. This may be worked around in the future if there is
demand for it.

An interesting way to use this filter, instead of telling users to use it,
is to return it from your handler's constructor, already configured and
all. That'll make the buffering totally transparent to them
('XML::SAX::Writer' does that).

Version: 1.01

Release: 8.1.3

Architecture: noarch

Size: 9 KB

Build Time: 2014-10-06 17:55:42 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(XML::Filter::BufferTex... perl-XML-SAX-Writer
perl-XML-Filter-BufferText ...

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(XML::SAX) >= 0.04 perl-XML-SAX
perl(XML::SAX::Base) >= 1.03 perl-XML-SAX-Base