Edward Rayl wrote: > JPluck uses a Java version > of the famous HTML Tidy to clean up HTML code. It can correct many, > but not all HTML errors.
For XHTML pages, which the Brighthand pages claim to be, JPluck uses the XML parser, which explains the error. XML, whether it's XHTML, RSS or whatever must be well-formed and all entities must be declared in the DTD. Otherwise the page won't parse at all. Regards -Laurens _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

