Alexander,

I don't believe there is any particularly human-sensible method to the
order.  What happens is that the distiller assigns relocation tags to
various things (image references and link references, mainly) as they
are encountered.  They are fetched in either depth-first or
breadth-first order, depending on the user option.  Record IDs are
then assigned to various things that are actually fetched (not
everything encountered is fetched).

If you look at the source of the class Mapper, in the file
PyPlucker/Writer.py, you will see the code which does the actual
record-id assignment.

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

Reply via email to