Ticket #335 (defect)
Opened 3 years ago
Last modified 2 years ago
My snazzy diagrams aren't showing in the online book
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | lawouach |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1-final |
| Component: | CherryPy documentation | Keywords: | |
| Cc: |
See http://www.cherrypy.org/trunk/docs/book/chunk/ch03s03.html, the "HTTP conversation" figure.
They're getting translated to, for example: <img src="xml/xml/xml/process.gif" alt="The HTTP conversation" /> when it should reference http://www.cherrypy.org/trunk/docs/book/xml/process.gif; that is, it should probably be <img src=".../xml/process.gif" alt="The HTTP conversation" />
Change History
10/11/05 12:53:09: Modified by dowski
- status changed from new to closed.
- resolution set to fixed.


Fixed in [735]. I am not a DocBook expert by any stroke of the imagination, but from some research I think that the problem was related to the multiple levels of XIncludes and the xml:base path. build.sh now creates a subdir for images and the xsl stylesheets have been updated to append that path for image locations. Finally, xsltproc now runs in the xml/ directory which seems to solve the issue with the xml/xml/xml/ path for images (related to the XInclude and xml:base thoughts above).