RE: [Htmlparser-developer] Label Tag
Brought to you by:
derrickoswald
From: <dha...@or...> - 2003-04-30 14:43:58
|
Thanx a lot. Exactly what I needed. Pretty stupid of me to ask ont eh forum actually. Should have searched the javadocs first. Sorry about it. Will try to make sure that it does not happen again. I was thinking of a setLabel wherein the user would give a single string (it might have many tags). Internally, setLabel() would parse it into its corresponding tags and assign it as the children of the Label tag. What do you guys think? Lemme know. -----Original Message----- From: somik [mailto:so...@ya...] Sent: Tuesday, April 29, 2003 9:17 PM To: htmlparser-developer Cc: somik Subject: RE: [Htmlparser-developer] Label Tag > I am parsing a tag as below: > > <label><span>Jane <b> Doe </b> Smith</span></label> > > How can I obtain the text : "<span>Jane <b> Doe </b> > Smith</span>" Seems like CompositeTag.getChildHtml() is what you need. Regards, Somik __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Htmlparser-developer mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlparser-developer |