Problem: I have to make container having min=2 and max=5(i.e 5 replicants).I have to write the xsl in a way so that user may fill 2-5 replicants such that:div class= "Title first" divdiv class= "Title" /divdiv class= "Title" /divdiv class= "Title last" /divIn case user wants to make only two replicants then the output shud be:div class= "Title first" /divdiv class= "Title last" /divMy question is how should the xsl go for above problem.