Re: export bug?
kit blake <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
On 10/5/05, eric casteleijn <[email protected]> wrote: > As far as I can tell now, this has not changed in 1.3 specifically. > Whether it is a bug or not is debatable, and I certainly agree that it > is somewhat confusing, but it seems only containers can be exported > through the current UI, and that this has been the case for some time... Sorry to be the messenger, but we export single documents all the time, e.g. to make PDFs of office docs. If this feature is broken it needs to be repaired. The confusion in the UI is a different issue. Marc, did you actually do an export and get the entire publication? The export uses the nearest id, which is unfortunately the container (long explanation of why it's not the doc itself) and uses that for the export file name. But only the document content is actually exported. kit