Having some kind of expression in XML Config file

victor31

New Member
I am very new to xml, is there a way, I can have some kind ofexpression defined in xml, so that it could be interpreted properly injava.I have a config file and I want to define some kinda of expression
i.e \[code\]#{age > 27 or location != US }\[/code\] so that when it is parsed it wouldbe interpreted properly.If there is any example, it would be of great help.Thanks
 
Back
Top