> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
> Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd>

> It seems like the parser is unable to parse this line. When this line is
> remove (by hand) plucker agrees to import the page into my palm.

        Isn't this supposed to be on three separate lines, prefixed by the
encoding type? If you pass that page to validator.w3.org, you might find
some clues.. Try changing it to this:


<!DOCTYPE HTML
        PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
         "http://www.w3.org/TR/REC-html40/loose.dtd>

> Is this a known problem? Does it have a known solution?

        After changing it as above, it seems to work on my system here
(Plucker 1.2 + Linux + Python 2.1), though it works fine also with the
original format as well. Are you sure you're not running Python 2.2?


d.


_______________________________________________
plucker-dev mailing list
[EMAIL PROTECTED]
http://lists.rubberchicken.org/mailman/listinfo/plucker-dev

Reply via email to