corrected examples

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3982 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2010-02-22 05:02:01 +00:00
parent 6a40cbbcbc
commit 33aea4e65b
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
</p>
<example caption='Example message with locale set to German'>
&lt;message to='friedrich@jabber.org' xml:lang='de-DE'&gt;
&lt;body'&gt;Ich bin ein Berliner!&lt;/body'&gt;
&lt;body&gt;Ich bin ein Berliner!&lt;/body&gt;
&lt;/message&gt; </example>
<p>
An xml:lang tag can be put onto any XML element; for the purposes of this document, however, we will limit its usage to the four central Jabber elements: &lt;stream/&gt;, &lt;message/&gt;, &lt;iq/&gt; and &lt;presence/&gt;.