-
This commit is contained in:
@@ -86,11 +86,13 @@ namespace TimberWinR
|
||||
private static List<IISW3CLog> _iisw3clogs = new List<IISW3CLog>();
|
||||
public IEnumerable<IISW3CLog> IISW3C { get { return _iisw3clogs; } }
|
||||
|
||||
|
||||
public Configuration(string xmlConfFile)
|
||||
{
|
||||
parseXMLConf(xmlConfFile, Properties.Resources.configSchema);
|
||||
}
|
||||
|
||||
|
||||
static void parseXMLConf(string xmlConfFile, string xsdSchema)
|
||||
{
|
||||
XDocument config = XDocument.Load(xmlConfFile, LoadOptions.SetLineInfo | LoadOptions.SetBaseUri);
|
||||
|
||||
Reference in New Issue
Block a user