java - Having some kind of expression in XML Config file -


I am very new to XML, there is no way, I can define any kind of expression in XML, So that it can be interpreted properly in Java.

I have a config file and I have to define some kind of expression - that is, # {age> 27th place! = U.S.} so that when it is parsed it will be interpreted properly.

If there is an example, then it will be very helpful.

Thank you

If you use Spring, one of the things to do The way. You can basically put the code in special expressions.

Comments