I was plucking a site which had been formatted in ms word which kept giving the error in the subject. In order to get the pluck to work I had to download the site to my machine and run it through this sed script:
s/<![^>]*>// (Actually I had to do it twice because I'm not the world's leading expert in sed) The problem is msword embeds loads of pseudo directives in the form of (something like) <![if ...]>....<![endif]> and Plucker is choking on these. Is this an MSword problem or a Plucker problem? Either way I suspect it will have to be fixed in Plucker 8^(. Cheers Tim _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
