Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > eefcbe34601079aa5e2f8eae77f4a176 > files > 1

apache-mod_xmlns-0.97-12mdv2010.1.src.rpm

<IfDefine HAVE_XMLNS>
    <IfModule !mod_xmlns.c>
	LoadModule xmlns_module	extramodules/mod_xmlns.so
    </IfModule>
</IfDefine>

<IfModule mod_xmlns.c>

    # XMLNSUseNamespace
    #  Syntax: XMLNSUseNamespace URI [on|off] [version]
    # 
    #  Activates or deactivates processing for namespace URI, using
    #  the processor defined in the version paramater.

    # XMLNSDefaultNamespace
    #  Syntax: XMLNSDefaultNamespace URI
    # 
    #  Sets a URI to use as default namespace (for un-namespaced
    #  elements).

    # XMLNSCommentHandlers
    #  Syntax: XMLNSCommentHandlers on|off
    # 
    #  Turns on or off comment handlers defined in namespace
    #  implementations. Default is On.

    # XMLNSCommentRemove
    #  Syntax: XMLNSCommentRemove on|off
    # 
    #  Determines whether to strip comments that are not processed by
    #  any namespace handler. Default is to pass comments through
    #  intact.

</IfModule>