6 changed files with 86 additions and 77 deletions
@ -1,43 +1,52 @@ |
|||||||
<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" |
<?xml version="1.0" encoding="UTF-8"?> |
||||||
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> |
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" |
||||||
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> |
||||||
<book xmlns:xi="http://www.w3.org/2001/XInclude"> |
<book xmlns:xi="http://www.w3.org/2001/XInclude"> |
||||||
|
<bookinfo> |
||||||
|
<title>Spring Datastore Document - Reference Documentation</title> |
||||||
|
|
||||||
<bookinfo> |
<releaseinfo>version;</releaseinfo> |
||||||
<title>Spring Datastore Document - Reference Documentation</title> |
|
||||||
<releaseinfo>&version;</releaseinfo> |
<authorgroup> |
||||||
|
<author> |
||||||
<authorgroup> |
<firstname>Mark</firstname> |
||||||
<author> |
|
||||||
<firstname>Mark</firstname> |
<surname>Pollack</surname> |
||||||
<surname>Pollack</surname> |
</author> |
||||||
</author> |
|
||||||
<author> |
<author> |
||||||
<firstname>Thomas</firstname> |
<firstname>Thomas</firstname> |
||||||
<surname>Risberg</surname> |
|
||||||
</author> |
<surname>Risberg</surname> |
||||||
</authorgroup> |
</author> |
||||||
|
|
||||||
<legalnotice> |
<author> |
||||||
<para> |
<firstname>Oliver</firstname> |
||||||
Copies of this document may be made for your own use and for distribution |
|
||||||
to others, provided that you do not charge any fee for such copies and |
<surname>Gierke</surname> |
||||||
further provided that each copy contains this Copyright Notice, whether |
</author> |
||||||
distributed in print or electronically. |
</authorgroup> |
||||||
</para> |
|
||||||
</legalnotice> |
<legalnotice> |
||||||
</bookinfo> |
<para>Copies of this document may be made for your own use and for |
||||||
|
distribution to others, provided that you do not charge any fee for such |
||||||
<toc/> |
copies and further provided that each copy contains this Copyright |
||||||
|
Notice, whether distributed in print or electronically.</para> |
||||||
<xi:include href="preface.xml"/> |
</legalnotice> |
||||||
|
</bookinfo> |
||||||
<part> |
|
||||||
<title>Reference</title> |
<toc /> |
||||||
<partintro> |
|
||||||
<para> |
<xi:include href="preface.xml" /> |
||||||
This part of the reference documentation details the ... |
<xi:include href="mongo.xml" /> |
||||||
</para> |
|
||||||
</partintro> |
<part> |
||||||
<!-- <xi:include href="amqp.xml"/> --> |
<title>Reference</title> |
||||||
</part> |
|
||||||
</book> |
<partintro> |
||||||
|
<para>This part of the reference documentation details the ...</para> |
||||||
|
</partintro> |
||||||
|
|
||||||
|
<!-- <xi:include href="amqp.xml"/> --> |
||||||
|
</part> |
||||||
|
</book> |
||||||
Loading…
Reference in new issue