]> git.ipfire.org Git - thirdparty/asterisk.git/commit
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)
commita7688c0216fa90004052b5c17bcd45623fa1c6fe
tree52056d3dd4508e24e3ddaaa081d94843de28e150
parentca64087486c23d3a74a79ffbfd5da1f29595cc01
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
doc/appdocsxml.xslt