XML Architecture
- by Roflcoptr
For my application I have to use a undefined number of different detection strategies. A strategy is defined in the following fashion:
The AND gate can also be a OR gate. For now, I hard coded all these rules in my code. For better extensability, I'd like to define all the detection startegies respectively rules in a XML file and parse it. But I'm not really sure how I can define such a detection strategy in a XML file. Any hints how to start?