Skip to content

Commit

Permalink
xmldoc: Avoid whitespace around value for parameter/required.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
traud authored and gtjoseph committed Dec 13, 2021
1 parent 826233b commit 67c4661
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/appdocsxml.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 67c4661

Please sign in to comment.