]> 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:25 +0000 (09:11 -0600)
commit67c4661fb0a3eb4952a9fd7e535e21ffdd6018f8
tree3fadc3b4ca6cddf43504bdbe7593c4bb964ecfe0
parent826233b5502da6c7f968302334d4481c8b061145
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