I am trying to use the javax.swing.text.html.HTMLEditorKit.Parser to
parse some web pages (using code from Elliotte Harold's "Java Network
Programming" 2nd ed (oreilly).

I gets javax.swing.text.ChangedCharSetException on most pages because
(it seems) Netscape Composer embeds this in each page:

<head>
   <meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
   <meta name="GENERATOR" content="Mozilla/4.76 [en] (Windows NT 5.0; U)
[Netscape]">
   <meta name="Author" content="John Caron">
   <title>GDV WebStart</title>
</head>

and it seems that "text/html; charset=iso-8859-1" always causes an
Exception.

Does anyone know why? 
workaround? 
Reccomend another HTML parser?

Thanks for any help
_______________________________________________
Advanced-swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/advanced-swing

Reply via email to