hi all please help me i am very new in this
see i ahve one xml file ::
myrunclass
myFirstClassmyCompileclass
mySecondClassmyclass
myThirdClassResponseEncodingFilter*.jsp
i need to uncomment the filter-mapping tag but based on some condition like inside if tag is match with commented / tag then we need to uncomment only those tag.
so OUTPUT become like
myrunclass
myFirstClassmyCompileclass
mySecondClassmyclass
myThirdClassmyrunclass*.jspResponseEncodingFilter*.jsp
please help me
thanks in advance