Re: order of records in the plucker database

2003-05-27 Thread Alexander R. Pruss
Bill, > 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. Yes. I am looking at the fragment: for (url, doc) in collection.items(): self._get_id_for_doc(doc) _get_id_for_doc a

order of records in the plucker database

2003-05-27 Thread Bill Janssen
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 or

order of files in python distiller

2003-05-27 Thread Alexander R. Pruss
I asked this question before, but did not get any helpful answer. I am puzzled by the order that files get put into the pdb in the python distiller. It is definitely not the order in which they are fetched. How does this work? (For my purposes, I need to control the order of the files so that t