> Could we update the format doc to say that a 0x5c (multiple embedded image > tag) needs a 0x08 (anchor ends) after it? I wouldn't think that it would > since I didn't think there was any text in an image tag, i.e. <img> </img> > but it does need one to end the link to the big image.
It could only be a hint, because there are lots of databases floating around that don't have that in them. > In the mailto record, the doc says that the strings field says "a list of > To, Cc, Subject and Body strings (if any)". I think a null terminated > string needs to be present for each of these even if the length is zero. That's right. > Also, is the default category record working right? Do the corresponding Seems to work right for me. If you look at PyPlucker/PluckerDocs.py, you'll see the constant DOCTYPE_CATEGORY defined as (9 << 8), which means that the distiller uses a value of 9 for the record type. Bill _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
