Dave P wrote: > Attempting to pluck Brighthand with JPluck, I get the > following messages: > > [Conversion started] Brighthand News > [Processing] http://www.brighthand.com/palm/news/ > [Unhandled exception] > http://www.brighthand.com/palm/news/, class > java.lang.RuntimeException: > org.xml.sax.SAXParseException: Reference to undefined > entity "—". > [Could not load the start page. Aborting.]
Some entity declarations are missing from the XHTML transitional DTD copy that ships with JPluck. (JPluck resolves entities in XHTML pages using local copies of the DTDs, rather than fetch the DTD from the web.) I've uploaded a patch that fixed this. You can download it from the homepage: http://jpluck.sourceforge.net/ Regards -Laurens _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

