Daily Archives: January 31st, 2011
java properties example using singleton pattern
In java application, static data/information can be used in full application. Most of the “novice”/amateur developer as like me use hard code information into code, which is very dangerous for any project, specially client specific application. To escape unwanted disaster we can use java properties for static information and singleton pattern. Here I am trying …
Passing parameter from one template to another template in xsl
Passing parameter from one template to another template in xsl is given below: Using with parameter tag it is possible to pass parameter one template to another. Now Get this ‘N1′ parameter in another template, and use it