diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-05-03 21:18:07 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-05-03 21:18:07 +0000 |
| commit | ba639d890426c2b4e96df5aae8785d36fa593429 (patch) | |
| tree | 3ea8f14f0353bcf8e811d4823d8bacef1739f10d | |
| parent | 270c8e4fe3d1795b235bfef213ab3996c8067437 (diff) | |
| download | qpid-python-ba639d890426c2b4e96df5aae8785d36fa593429.tar.gz | |
Minor edits.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@940622 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/doc/book/src/Programming-In-Apache-Qpid.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml index c0256a4bb2..0fcfb773a4 100644 --- a/qpid/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/qpid/doc/book/src/Programming-In-Apache-Qpid.xml @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='utf-8' ?> -<!DOCTYPE bookinfo PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ +<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ ]> <!-- @@ -23,7 +23,7 @@ --> -<chapter id="client-api-tutorial"> +<article id="client-api-tutorial"> <title>Programming in Apache Qpid</title> <subtitle>Cross-Platform AMQP Messaging in Java JMS, .NET, C++, and Python</subtitle> @@ -60,9 +60,8 @@ <listitem> <para> Support for this API in Ruby will be added - soon - <footnote><para>Ruby currently uses an API that is closely - tied to the AMQP version.</para></footnote>. + soon (Ruby currently uses an API that is closely + tied to the AMQP version). </para> </listitem> </itemizedlist> @@ -1389,9 +1388,9 @@ $ qpid-config add exchange xml xml <programlisting><![CDATA[ xml; { - link: { - x-bindings: [{ exchange: xml, key: weather, arguments: { xquery: "./weather"} }] - } + link: { + x-bindings: [{ exchange:xml, key:weather, arguments:{xquery:"./weather"} }] + } } ]]></programlisting> @@ -2481,7 +2480,7 @@ variable := ( <ID> | <QUOTED_ID> )]]></programlisting> </section> </section> -</chapter> +</article> <!-- - client code remains exactly the same, but routing behavior |
