Last updated 4 years ago
Was this helpful?
Location: .
parses well-formed XML documents from in-memory strings and supports manual external updates:
var source = new XmlStringSource("<xml content>") source.Push("<xml content>") // update with new content
parses XML files and automatically watches for changes:
var source = new XmlFileSource("settings/config.xml");
A file that does not exist simply leads to a null , which implies default settings values unless something is .
null