Substituting the value according to the property name

2006-02-14 Thread Srinivas_Chandolu
We are replacing the occurrence of a string with another value by reading a predefined property file as given below. The above file i.e. ems.iap_xml is getting replaced perfectly with the defined values. For example the token $PRODUCT_VERSIONMAJOR$ has been replaced with '1'

Substituting the value according to the property name

2006-02-14 Thread Srinivas_Chandolu
> We are replacing the occurrence of a string with another value by > reading a predefined property file as given below. > > > > > > > value="${ems.versionmajor}"/> > > > The above file i.e. ems.iap_xml is getting replaced perfectly with the > defined values. > > For example