[Asterisk-code-review] xmldoc: Avoid whitespave around value for parameter/required. (asterisk[master])

Alexander Traud asteriskteam at digium.com
Mon Dec 6 04:29:51 CST 2021


Alexander Traud has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17594 )


Change subject: xmldoc: Avoid whitespave around value for parameter/required.
......................................................................

xmldoc: Avoid whitespave 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
---
M doc/appdocsxml.xslt
1 file changed, 1 insertion(+), 3 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/94/17594/1

diff --git a/doc/appdocsxml.xslt b/doc/appdocsxml.xslt
index cbdbdf7..45c3e54 100644
--- a/doc/appdocsxml.xslt
+++ b/doc/appdocsxml.xslt
@@ -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>

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17594
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Id13f230ad65a70dd8c2e3ae9ac85d1e841aed03e
Gerrit-Change-Number: 17594
Gerrit-PatchSet: 1
Gerrit-Owner: Alexander Traud <pabstraud at compuserve.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211206/20c5b4ac/attachment.html>


More information about the asterisk-code-review mailing list