corrected examples

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3956 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2010-02-22 01:09:08 +00:00
parent c867ff5505
commit 1ae344bdeb
1 changed files with 3 additions and 3 deletions

View File

@ -310,7 +310,7 @@
<section2 topic='Browsing to a JabberID'>
<p>The common way to browse to a JabberID using IQ is:</p>
<example caption='Browsing to a JabberID'>
&lt;iq type="get" to="jer@jabber.org" id="browse1"/&gt;
&lt;iq type="get" to="jer@jabber.org" id="browse1"&gt;
&lt;query xmlns="jabber:iq:browse"/&gt;
&lt;/iq&gt;
</example>
@ -342,8 +342,8 @@
&lt;item
category="application"
jid="jer@jabber.org/chess"
name="XChess"/
type="game"&gt;
name="XChess"
type="game"/&gt;
&lt;item
category="user"
jid="jer@jabber.org/palm"