]> 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 17:04:17 +0000 (11:04 -0600)
commit9c36c055c1dfad996d40c6e0f5de685f4f691701
tree96a2eb480fb1880602f5d80a0eac53e8ed1a8e1b
parentb5391ff69101fd8d72693554537d144c6af25c01
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