1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <?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>oracle Module</title>
- <productname class="trade">&kamailioname;</productname>
- <authorgroup>
- <author>
- <firstname>Iouri</firstname>
- <surname>Kharon</surname>
- <email>[email protected]</email>
- </author>
- <author>
- <firstname>Yury</firstname>
- <surname>Skandarov</surname>
- <email>[email protected]</email>
- </author>
- <author>
- <firstname>Iakov</firstname>
- <surname>Kharon</surname>
- <email>[email protected]</email>
- </author>
- <editor>
- <firstname>Iouri</firstname>
- <surname>Kharon</surname>
- <email>[email protected]</email>
- </editor>
- </authorgroup>
- <copyright>
- <year>2007,2008</year>
- <holder>TRUNK MOBILE, INC.</holder>
- </copyright>
- </bookinfo>
- <toc></toc>
- <xi:include href="db_oracle_admin.xml"/>
-
- </book>
|