]> 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:41 +0000 (09:11 -0600)
commite3ff42aee612e7cc98e6da8a5d6d5bf0568067c2
tree5a654d532fd90bcb8e5dfbf6556f53f6690c38be
parent6cda1db595bed1ba82368c4cd1439b93761be344
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