<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/17622">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">xmldoc: Avoid whitespave around value for parameter/required.<br><br>Otherwise, the value 'false' was not found in the enumerated set of<br>the XML DTD for the XML attribute 'required' in the XML element<br>'parameter'. Therefore, DTD validation of the runtime XML failed.<br><br>ASTERISK-29790<br><br>Change-Id: Id13f230ad65a70dd8c2e3ae9ac85d1e841aed03e<br>---<br>M doc/appdocsxml.xslt<br>1 file changed, 1 insertion(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/22/17622/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/doc/appdocsxml.xslt b/doc/appdocsxml.xslt</span><br><span>index cbdbdf7..45c3e54 100644</span><br><span>--- a/doc/appdocsxml.xslt</span><br><span>+++ b/doc/appdocsxml.xslt</span><br><span>@@ -162,9 +162,7 @@</span><br><span>             <para>The video source mode for the bridge.</para></span><br><span>         </xsl:element></span><br><span>         <xsl:element name="parameter"></span><br><span style="color: hsl(0, 100%, 40%);">-            <xsl:attribute name="required"></span><br><span style="color: hsl(0, 100%, 40%);">-                false</span><br><span style="color: hsl(0, 100%, 40%);">-            </xsl:attribute></span><br><span style="color: hsl(120, 100%, 40%);">+            <xsl:attribute name="required">false</xsl:attribute></span><br><span>             <xsl:attribute name="name"></span><br><span>                 <xsl:value-of select="concat(@prefix, 'BridgeVideoSource')" /></span><br><span>             </xsl:attribute></span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/17622">change 17622</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/17622"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 19 </div>
<div style="display:none"> Gerrit-Change-Id: Id13f230ad65a70dd8c2e3ae9ac85d1e841aed03e </div>
<div style="display:none"> Gerrit-Change-Number: 17622 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>