]> git.ipfire.org Git - thirdparty/asterisk.git/commit
xmldoc: Fix issue with xmlstarlet validation
authorGeorge Joseph <gjoseph@digium.com>
Tue, 1 Mar 2022 16:58:44 +0000 (09:58 -0700)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 1 Mar 2022 16:58:44 +0000 (09:58 -0700)
commitf7158cc659a2e2448a782691f2809155fdc412ab
tree8cbe88baddfcaf9ea7aa6d2dd1dcfba894a65575
parent2fcd80ef38f0d92e97458129e8948975f01a8d7f
xmldoc: Fix issue with xmlstarlet validation

Added the missing xml-stylesheet and Xinclude namespace
declarations in pjsip_config.xml and pjsip_manager.xml.

Updated make_xml_documentation to show detailed errors when
xmlstarlet is the validator.  It's now run once with the '-q'
option to suppress harmless/expected messages and if it actually
fails, it's run again without '-q' but with '-e' to show
the actual errors.

Change-Id: I4bdc9d2ea6741e8d2e5eb82df60c68ccc59e1f5e
build_tools/make_xml_documentation
res/res_pjsip/pjsip_config.xml
res/res_pjsip/pjsip_manager.xml