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 | cddeb9a20b1e58886683264bb8ef7c2c5d248e06 (patch) | |
| tree | 55195f88d8a5ebbabf1820e5c03538b848164b39 | |
| parent | 65594d7e193b519dde1839475978f1952c28db14 (diff) | |
| download | qpid-python-cddeb9a20b1e58886683264bb8ef7c2c5d248e06.tar.gz | |
Minor edits.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@940622 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | doc/book/src/Programming-In-Apache-Qpid.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/doc/book/src/Programming-In-Apache-Qpid.xml b/doc/book/src/Programming-In-Apache-Qpid.xml index c0256a4bb2..0fcfb773a4 100644 --- a/doc/book/src/Programming-In-Apache-Qpid.xml +++ b/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 |
