DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

LibXMLSupport(3)





NAME

       Apache::AxKit::LibXMLSupport - XML::LibXML support routines


SYNOPSIS

         require Apache::AxKit::LibXMLSupport;
         Apache::AxKit::LibXMLSupport->setup_libxml();


DESCRIPTION

       This module sets up some things for using XML::LibXML in AxKit. Specif-
       ically this is to do with callbacks. All callbacks look pretty much the
       same in AxKit, so this module makes them editable in one place.


API

       There is just one method: "Apache::AxKit::LibXMLSupport->set-
       up_libxml()".

       You can pass a parameter, in which case it is a callback to create a
       provider given a $r (an Apache request object). This is so that you can
       create the provider in different ways and register the fact that it was
       created. If you don't provide a callback though a default one will be
       provided.

perl v5.8.6                       2002-02-21                  LibXMLSupport(3)

Man(1) output converted with man2html