WorldofSuffering
New Member
I have an XML which includes several XML for configuration like:\[code\]<Include ref="D:\ConfigDir\GeneralConfig.xml" /><Include ref="D:\ConfigDir\EnvConfig.xml" />\[/code\]I wish to have one more "Include" for debug reasons which only be included if exists without the need to change my original XML. Currently if the "included" file doesn't exists the parsing of the XML fail.
I would like something like:\[code\]<Include ref="D:\ConfigDir\DebugConfig.xml" optinal=true/>\[/code\]Is there a way to do it?
I would like something like:\[code\]<Include ref="D:\ConfigDir\DebugConfig.xml" optinal=true/>\[/code\]Is there a way to do it?