php-src/ext/pdo/specs/book.xml.in
2007-11-27 19:33:10 +00:00

50 lines
1.3 KiB
XML

<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"
>
<book id="skel" lang="en"
xmlns:xi="http://www.w3.org/2001/XInclude"
>
<bookinfo>
<title>PDO Specification</title>
<!-- subtitle></subtitle -->
<edition>Version 1</edition>
<pubdate>@PUBDATE@</pubdate>
<author>
<firstname>Wez</firstname>
<surname>Furlong</surname>
<affiliation>
<jobtitle>Lead Architect</jobtitle>
<orgname>OmniTI Computer Consulting, Inc.</orgname>
</affiliation>
</author>
<copyright>
<year>2004</year>
<year>2005</year>
<year>2006</year>
<year>2007</year>
<holder>Wez Furlong</holder>
</copyright>
<copyright>
<year>2005</year>
<year>2006</year>
<year>2007</year>
<holder>OmniTI, Inc.</holder>
</copyright>
</bookinfo>
<xi:include href="preface.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="drivers/all.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<xi:include href="userspace/all.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
<index id="the.index"/>
</book>
<!--
vim:ts=2:sw=2:et:
-->