xmlops.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  4. <section id="xmlops" xmlns:xi="http://www.w3.org/2001/XInclude">
  5. <sectioninfo>
  6. <authorgroup>
  7. <author>
  8. <firstname>Daniel-Constantin</firstname>
  9. <surname>Mierla</surname>
  10. <affiliation><orgname>asipto.com</orgname></affiliation>
  11. <email>[email protected]</email>
  12. </author>
  13. </authorgroup>
  14. <copyright>
  15. <year>2009</year>
  16. <holder>asipto.com</holder>
  17. </copyright>
  18. </sectioninfo>
  19. <title>XMLOPS Module</title>
  20. <section id="xmlops.overview">
  21. <title>Overview</title>
  22. <para>
  23. This is a module implementing functions and pseudo-variables for
  24. XML operations.
  25. </para>
  26. </section>
  27. <section>
  28. <title>Dependencies</title>
  29. <section>
  30. <title>Kamailio Modules</title>
  31. <para>
  32. The following modules must be loaded before this module:
  33. </para>
  34. <itemizedlist>
  35. <listitem>
  36. <para>
  37. <emphasis>none</emphasis>.
  38. </para>
  39. </listitem>
  40. </itemizedlist>
  41. </section>
  42. <section>
  43. <title>External Libraries or Applications</title>
  44. <para>
  45. The following libraries or applications must be installed before running
  46. kamailio with this module loaded:
  47. </para>
  48. <itemizedlist>
  49. <listitem>
  50. <para>
  51. <emphasis>libxml</emphasis> - for compilation from source, the
  52. development headers from this library are needed as well.
  53. </para>
  54. </listitem>
  55. </itemizedlist>
  56. </section>
  57. </section>
  58. <xi:include href="params.xml"/>
  59. <xi:include href="functions.xml"/>
  60. </section>