Fix section heading of XEP-0315: Data Forms XML Element

Just like 522803a6 ("Fix shortname of XEP-0315: Data Forms XML
Element"), this is probably caused by using XEP-0221 as template for
this XEP.
This commit is contained in:
Florian Schmaus 2019-06-12 22:34:45 +02:00
parent 522803a6eb
commit 4e348b91a9
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<p>In certain protocols that make use of &xep0004;, it can be helpful to include XML-data (for example, when we want to insert a big amount of structured data which is hard to insert as a separate fields). This document defines a method for including XML-data in a data form.</p> <p>In certain protocols that make use of &xep0004;, it can be helpful to include XML-data (for example, when we want to insert a big amount of structured data which is hard to insert as a separate fields). This document defines a method for including XML-data in a data form.</p>
</section1> </section1>
<section1 topic='Media Element' anchor='media'> <section1 topic='XML Element' anchor='xml-element'>
<p>The root element for XML-data is &lt;wrapper/&gt;. This element MUST be qualified by the "urn:xmpp:xml-element" namespace. The &lt;wrapper/&gt; element MUST be contained within a &lt;field/&gt; element qualified by the 'jabber:x:data' namespace.</p> <p>The root element for XML-data is &lt;wrapper/&gt;. This element MUST be qualified by the "urn:xmpp:xml-element" namespace. The &lt;wrapper/&gt; element MUST be contained within a &lt;field/&gt; element qualified by the 'jabber:x:data' namespace.</p>
<p>The &lt;wrapper/&gt; element SHOULD contain an XML-data which needs to be represented in a form.</p> <p>The &lt;wrapper/&gt; element SHOULD contain an XML-data which needs to be represented in a form.</p>
<example caption='PubSub Blog Node Metadata'><![CDATA[ <example caption='PubSub Blog Node Metadata'><![CDATA[