Title: RE: Classes to _parse_ HTML

I don't know about XML, but you might want to check out the javax.swing.text.html and javax.swing.text.html.parser packages...

> -----Original Message-----
> From: Elberg,Amos [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 26, 1999 2:09 PM
> To: [EMAIL PROTECTED]
> Subject: Classes to _parse_ HTML
>
>
> I've been following the HTML generation thread closely. My
> own solution to
> the problem has been to create a templating architecture
> based on XML that
> supports replacement, conditional replacement, looping, etc.
> I'm happy to
> share it if anyone is interested; maybe you'll be able to fix
> some of its
> issues!
>
> However, I have a slightly different problem now. I'd like to
> be able to
> parse HTML. I was able to solve this in my XML/HTML
> templating thing by
> requiring that the HTML also be valid XML. Does anyone know
> of a library or
> API that allows you to parse an HTML file and
> programmatically manipulate
> it?
> -Amos
>
> ______________________________________________________________
> _____________
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources:
http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to