| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding='ISO-8859-1'?>
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
- "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
- <!-- Include general documentation entities -->
- <!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
- %docentities;
- ]>
- <book xmlns:xi="http://www.w3.org/2001/XInclude">
- <bookinfo>
- <title>HTable Module</title>
- <productname class="trade">&kamailioname;</productname>
- <authorgroup>
- <author>
- <firstname>Elena-Ramona</firstname>
- <surname>Modroiu</surname>
- <affiliation><orgname>asipto.com</orgname></affiliation>
- <email>[email protected]</email>
- <address>
- <otheraddr>
- <ulink url="http://www.asipto.com">http://www.asipto.com</ulink>
- </otheraddr>
- </address>
- </author>
- <editor>
- <firstname>Elena-Ramona</firstname>
- <surname>Modroiu</surname>
- <email>[email protected]</email>
- </editor>
- <editor>
- <firstname>Alex</firstname>
- <surname>Balashov</surname>
- <email>[email protected]</email>
- </editor>
- <editor>
- <firstname>Ovidiu</firstname>
- <surname>Sas</surname>
- <email>[email protected]</email>
- </editor>
- </authorgroup>
- <copyright>
- <year>2008-2011</year>
- <holder>http://www.asipto.com</holder>
- </copyright>
- </bookinfo>
- <toc></toc>
-
- <xi:include href="htable_admin.xml"/>
-
-
- </book>
|