]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
xmldoc: Avoid whitespace around value for parameter/required.
authorAlexander Traud <pabstraud@compuserve.com>
Mon, 6 Dec 2021 10:25:20 +0000 (11:25 +0100)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 13 Dec 2021 15:11:38 +0000 (09:11 -0600)
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

doc/appdocsxml.xslt

index cbdbdf7f8b50f66a39ddfcf69814fb3605ba8359..45c3e54b17901160d712a47001d746679bd07a2c 100644 (file)
             <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>