corrected registration template to match registry usage

This commit is contained in:
stpeter 2011-12-16 10:02:29 -07:00
parent 6b640d42e1
commit fe8f519fbe
1 changed files with 4 additions and 2 deletions

View File

@ -745,10 +745,12 @@
<section4 topic='Process' anchor='registrar-reg-features-process'>
&REGPROCESS;
<code><![CDATA[
<feature var='name of feature or namespace'>
<var>
<name>name of feature or namespace</name>
<desc>a natural-language description of the feature</desc>
<doc>the document (e.g., XEP) in which this feature is specified</doc>
</feature>]]></code>
</var>
]]></code>
<p>The registrant may register more than one feature at a time, each contained in a separate &lt;feature/&gt; element.</p>
</section4>
</section3>