You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/xmlops/doc/xmlops.xml

67 lines
1.6 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<section id="xmlops" xmlns:xi="http://www.w3.org/2001/XInclude">
<sectioninfo>
<authorgroup>
<author>
<firstname>Daniel-Constantin</firstname>
<surname>Mierla</surname>
<affiliation><orgname>asipto.com</orgname></affiliation>
<email>miconda@gmail.com</email>
</author>
</authorgroup>
<copyright>
<year>2009</year>
<holder>asipto.com</holder>
</copyright>
</sectioninfo>
<title>XMLOPS Module</title>
<section id="xmlops.overview">
<title>Overview</title>
<para>
This is a module implementing functions and pseudo-variables for
XML operations.
</para>
</section>
<section>
<title>Dependencies</title>
<section>
<title>Kamailio Modules</title>
<para>
The following modules must be loaded before this module:
</para>
<itemizedlist>
<listitem>
<para>
<emphasis>none</emphasis>.
</para>
</listitem>
</itemizedlist>
</section>
<section>
<title>External Libraries or Applications</title>
<para>
The following libraries or applications must be installed before running
kamailio with this module loaded:
</para>
<itemizedlist>
<listitem>
<para>
<emphasis>libxml</emphasis> - for compilation from source, the
development headers from this library are needed as well.
</para>
</listitem>
</itemizedlist>
</section>
</section>
<xi:include href="params.xml"/>
<xi:include href="functions.xml"/>
</section>