<div dir="ltr">I have a need to dynamically change some shib configurations by manipulating the xml files.<div>For instance given something like this:</div><div><br></div><div><ProtocolProvider type="XML" validate="true" reloadChanges="false" path="protocols.xml"/></div><div><br></div><div>I'd like to be able to programmatically read and change the reloadChanges value from false to true. The new value I'm changing to can come from a simple text file, passed from a C++ program, or even via a BASH script. Is there any utility in Shib for doing this or I need some XML parser?</div><div><br></div><div><div><br></div></div></div>