> Sorry for annoying you with this problem, but I've already read the
> complete Plucker manual and didn't find any solution for it... It
> happens with many files (html pages from sitescooper and original html
> documents).

        Looks to me like a filename with spaces, which wasn't sufficiently
escaped:

> Runtime error parsing document file:F:\Palm\Hacks\Afterburner3.0u\READ
> THIS FIRST.htm: unexpected char in declaration: '<'
>   Parsing failed!

        Should have been:

        -H "F:\Palm\Hacks\Afterburner3.0u\READ THIS FIRST.htm"

        and the -f should be (using your example)

        -f "F:\Palm\Hacks\Afterburner3.0u\READ_THIS_FIRST"

        (note the quotes, underscores, and lack of an extension)

        Try that.


/d


Reply via email to