Re: HTML Tags

* Weston Goodwin wrote:
>Is there a way to use tidy to extract plain text information from a 
>particular HTML elment.    Such as what is in a <p> tag or what's in a <a 
>href> tag?

You could use the library that way but it's not exactly easy. If you
just want the "foo" in <p>foo<spab>bar</span></p> it's easier, there
is a tidyNodeGetText function for that.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 7 November 2005 06:06:51 UTC