> -----Original Message----- > From: Darya Said-Akbari > > I use image file references in my DocBook XML file with > scalefit=1 and width=100%. The result looks fine in my HTML > and PDF outputs. > > The JavaHelp output shows the images, but unfortunately due > wrong scaling they are not recognizable anymore. > > Is there a problem with the attributes scalefit and width > when using the JavaHelp DocBook XSL?
Even if I don't know all the details in your case, I hazard a guess that this is more of a JavaHelp problem than a DocBook-XSL problem. The default content viewer (HTML renderer) in JavaHelp is the Swing HTMLEditorKit. My impression is that this component is rather primitive and outdated. With some programming, it is possible to plug in other content viewers. See http://weblogs.java.net/blog/brinkley/archive/2004/11/javahelp_v20_02_1.html Mauritz --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
