Skip to content
Snippets Groups Projects
Commit 67c4661f authored by Alexander Traud's avatar Alexander Traud Committed by George Joseph
Browse files

xmldoc: Avoid whitespace around value for parameter/required.

Otherwise, the value 'false' was not found in the enumerated set of
the XML DTD for the XML attribute 'required' in the XML element
'parameter'. Therefore, DTD validation of the runtime XML failed.

ASTERISK-29790

Change-Id: Id13f230ad65a70dd8c2e3ae9ac85d1e841aed03e
parent 826233b5
No related branches found
No related tags found
3 merge requests!138Merge branch asterisk-20.3.0 into devel properly,!123Merge asterisk '20.3.0' into devel,!118Draft: manager: AOC-S support for AOCMessage
......@@ -162,9 +162,7 @@
<para>The video source mode for the bridge.</para>
</xsl:element>
<xsl:element name="parameter">
<xsl:attribute name="required">
false
</xsl:attribute>
<xsl:attribute name="required">false</xsl:attribute>
<xsl:attribute name="name">
<xsl:value-of select="concat(@prefix, 'BridgeVideoSource')" />
</xsl:attribute>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment