John L. Clark wrote: > On Fri, Nov 05, 2004 at 10:36:03AM +0100, Hussein Shafie wrote: > >>However, something has transformed your attachment (a zip file) to a >>file called "Deleted Attachment.txt" containing what looks like 250 >>random bytes. > > > It looks like it was deleted by my organization's mail server; I don't > know why. It doesn't get deleted when packaged as a bz2-ball, so I'm > sending that instead. >
Thanks, it works fine now. --- PS: I have noticed that your "Literate programming In DocBook" configuration inherits ``plain DocBook'' CSS (Visible inclusions and locations, Images displayed as thumbnails, etc) and templates (Book, Article, etc). If this is not what you want and if you want to get rid of these superfluous CSS and templates, simply add the following elements to your configuration: --- <cfg:template name="Book" /> <cfg:template name="Article" /> <cfg:template name="Refentry (part of a modular document)" /> <cfg:template name="Part (part of a modular document)" /> <cfg:template name="Chapter (part of a modular document)" /> <cfg:template name="Appendix (part of a modular document)" /> <cfg:template name="Glossary (part of a modular document)" /> <cfg:template name="Section (part of a modular document)" /> <cfg:css name="Images displayed as thumbnails" /> <cfg:css name="Visible inclusions and locations" /> --- Notice that the above elements have no "location" attribute, which means "discard me".

