[Htmlparser-user] Regarding parsing the Composite Tags
Brought to you by:
derrickoswald
|
From: Mugil R. <mug...@ya...> - 2007-06-07 15:14:36
|
Hi,
I like to know how to parse the composite tags like Bold or Italic.
I have tried using creating a new Bold Tag and registered in Parser factory as mentioned in FAQ.
But I could not get the output which i want.
For eg, I like to parse the following html file.
<html>
<head>
<title>Title></Title>
</head>
<body>
<b> This is a bold text</b>
<b><i>This is bold and italic text</i></b>
</body>
</html>
I want my output something like follows
Text:This is bold and italic text
Tags: Bold,Italic
Text:This is a bold text
Tags: Bold.
Please help me regarding this.
Regards,
Mugilan
---------------------------------
Did you know? You can CHAT without downloading messenger. Know how! |