P
Pradeep
Hi,
Can anyone help me in solving this problem.
I have an example input:
sometext<b><i>some text</i></b>
the input may vary i.e. 1 tag is opened & not closed, some mismatches
To do:
1.check for few html tags like b,i,u
2.opening and closing of tags must be in proper order without
overlaping.
I have to write a java code to validate this.
Can anyone help me..
Thanks in Advance..
Regards,
Pradeep.
Can anyone help me in solving this problem.
I have an example input:
sometext<b><i>some text</i></b>
the input may vary i.e. 1 tag is opened & not closed, some mismatches
To do:
1.check for few html tags like b,i,u
2.opening and closing of tags must be in proper order without
overlaping.
I have to write a java code to validate this.
Can anyone help me..
Thanks in Advance..
Regards,
Pradeep.