SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

apache-mod_xml2 rpm build for : Mandriva 2009. For other distributions click apache-mod_xml2.

Name : apache-mod_xml2
Version : 0 Vendor : Mandriva
Release : 6mdv2009.0 Date : 2008-07-14 19:54:58
Group : System/Servers Source RPM : apache-mod_xml2-0-6mdv2009.0.src.rpm
Size : 0.04 MB
Packager : Oden Eriksson < oeriksson_mandriva_com>
Summary : DSO module for the apache Web server
Description :
This is mod_xml2. It has nothing to do with mod_xml. The name is as it is
because it is a wrapper to the gnome libxml2 and mod_libxml2 is ugly. It is
runs the libxml2 SAX2 parser and converts its input into SAX buckets. These are
SAX events wrapped into buckets. They morph back into heap buckets if you call
their bucket read function. This means that nothing needs to be done to convert
them back. It also means that you have to be carefull, once you treat them as
ordinary buckets (e.g. by using an \"ordinary\" filter), they are. So if you only
run the xml2 filter on XML input you will rarely notice it. Whitespace inside
tags is normalized.

It also provides functionality for converting portions of the document into
document trees and using tree transformation functions on them. See
tree_transform.h and mod_i18n.c on how to do this.

This module should work as a drop in replacement for mod_expat, which I will
not maintain.

Filters using SAX buckets currently are mod_i18n and mod_xi.

The module should be able to run on large files, which is actually the point
with both SAX and Apache filters. Allocation of per request memory is done once
for every tag name, attribute name and namespace. So as long as your XML file
is not permanently introducing new tags or new namespaces this is limited.
Check sax_unify_name to see what exactly happens.

RPM found in directory: /vol/rzm6/linux-mandriva/official/2009.0/i586/media/contrib/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  apache-mod_xml2-0-6mdv2009.0.i586.rpm
     Search for other platforms
apache-mod_xml2-0-6mdv2009.0.sparc.rpm
apache-mod_xml2-0-6mdv2009.0.alpha.rpm
apache-mod_xml2-0-6mdv2009.0.ppc.rpm
apache-mod_xml2-0-6mdv2009.0.ia64.rpm
apache-mod_xml2-0-6mdv2009.0.s390.rpm

Provides :
mod_xml2.so
apache-mod_xml2

Requires :
libxml2.so.2
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadIsLzma) <= 4.4.6-1
libc.so.6(GLIBC_2.0)
apache-conf => 2.2.0
libc.so.6(GLIBC_2.1.3)
/bin/sh
rtld(GNU_HASH)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
apache => 2.2.0
rpm-helper
libc.so.6


Content of RPM :
/etc/httpd/modules.d/B12_mod_xml2.conf
/usr/lib/apache-extramodules/mod_xml2.so
/usr/share/doc/apache-mod_xml2
/usr/share/doc/apache-mod_xml2/README

 
ICM