Template replacement engine ported from Shib, added conditional nesting.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / data / template.in
1 This is a template containing tags for substitution by the template engine.
2
3 <mlp foo1/> <mlp foo2/> <mlp foo3/>
4
5 <mlpif foo1><mlp foo3/></mlpif>
6
7 <mlpif foo2><mlp foo1/></mlpif>
8
9 <mlpif foo1>
10         <mlpifnot foo2>
11                 <mlp foo3/>
12         </mlpifnot>
13 </mlpif>