OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: DocBook XSL 1.60.0 for the brave at heart


Hi,

I've tried to convert to html, but IE does not show images any longer.

I embed images like in the following line:

       <graphic depth="6cm" 
fileref="02_create-users/01_user-password-manager_repository_none.png" />

The html-output looks like this:

          <div>
             <table border="0" summary="manufactured viewport for HTML img" 
cellspacing="0" cellpadding="0">
                <tr style="height: 212.59842519685037">
                   <td><img 
src="02_create-users/01_user-password-manager_repository_none.png" 
width=""></td>
                </tr>
             </table>
          </div>

I'm not sure, what the <tr style="height: 212.59842519685037">-line is 
correct as well as the <img ... width="">. When removing the width="", IE 
shows the image.

Cheers,
Tom


At 23:08 20.01.03 -0500, Norman Walsh wrote:
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>The fruits of a days labor. Testing, sure. Rigorously? No, probably
>not what you'd call rigorous.
>
>http://docbook.sourceforge.net/release/xsl/docbook-xsl-1.60.0.zip
>http://docbook.sourceforge.net/release/xsl/1.60.0/
>
>Changes since version 1.59.2 (2003-01-17)
>
>Changes to xsl/*
>
>   | 2003-01-21  Norman Walsh <nwalsh@users.sourceforge.net>
>   |
>   |     * Makefile: Test RELEASE-NOTES.xml for validity before
>   |       formatting it
>   |
>   |     * VERSION: Version 1.60.0 released.
>   |
>   | 2003-01-20  Norman Walsh <nwalsh@users.sourceforge.net>
>   |
>   |     * RELEASE-NOTES.xml: Explain changes to titlepage template
>   |       code
>   |
>
>Changes to xsl/common/*
>
>   | 2003-01-20  Norman Walsh <nwalsh@users.sourceforge.net>
>   |
>   |     * gentext.xsl: Added object.titleabbrev.markup for consistency
>   |
>   |     * gentext.xsl: Support experimental parameter to specify that
>   |       number-and-title xrefs should be used even when things are
>   |       numbered
>   |
>   |     * l10n.xsl: Added gentext.template.exists to test if a gentext
>   |       template exists. Clever name, huh?
>   |
>   |     * titles.xsl: Expanded support for obtaining titleabbrevs
>   |
>
>Changes to xsl/fo/*
>
>   | 2003-01-21  Norman Walsh <nwalsh@users.sourceforge.net>
>   |
>   |     * formal.xsl: Attempt to support multiple tgroups (by making
>   |       multiple tables and placing them right next to each other)
>   |
>   |     * lists.xsl: Bug #653344: Output fo:table-columns in
>   |       simplelist tables
>   |
>   | 2003-01-20  Norman Walsh <nwalsh@users.sourceforge.net>
>   |
>   |     * autoidx.xsl, index.xsl: Use titlepage templates for indexdiv
>   |       title formatting
>   |
>   |     * biblio.xsl: Bug #640762: Support new biblioentry elements
>   |
>   |     * component.xsl: Use titleabbrev in markers; use titlepage
>   |       templates for subtitles; delete bogus component.separator
>   |       template.
>   |
>   |     * footnote.xsl: Support
>   |       {table.}footnote.number.{format,symbols}
>   |
>   |     * glossary.xsl: Use titlepage templates for glossdiv
>   |       formatting; support glossentry.show.acronyms
>   |
>   |     * pagesetup.xsl: Suppress draft page-masters when
>   |       draft.mode=no
>   |
>   |     * pagesetup.xsl: Bug #669765: Make blank pages verso not recto
>   |
>   |     * param.ent, param.xweb: Support xref.with.number.and.title
>   |
>   |     * param.ent, param.xweb: Added
>   |       {table.}footnote.number.{format,symbols},
>   |       glossentry.show.acronym, and ulink.footnote.number.format
>   |
>   |     * param.xweb: Fix missing fragref
>   |
>   |     * qandaset.xsl: QandASet titles use section.title for
>   |       convenience. Now they don't output fo:markers for those
>   |       titles.
>   |
>   |     * sections.xsl: Support titleabbrev for running
>   |       headers/footers; don't force a section ToC for refentrys
>   |
>   |     * titlepage.templates.xml: SIGNIFICANT changes to the
>   |       titlepage template setup. See RELEASE-NOTES.
>   |
>   |     * titlepage.xsl: Add property sets for glossdiv, bibliodiv,
>   |       and indexdiv. Improve formatting of authors.
>   |
>   |     * verbatim.xsl: Arrange to use only a single fo:block for
>   |       shading to avoid a bug in earlier versions of XEP
>   |
>   |     * xref.xsl: Improve formatting of ulink footnotes; provide
>   |       template to override formatting; use
>   |       ulink.footnote.number.format; support xref to glossentry
>   |
>   |     * xref.xsl: Change formatting of URL footnotes
>   |
>
>Changes to xsl/html/*
>
>   | 2003-01-20  Norman Walsh <nwalsh@users.sourceforge.net>
>   |
>   |     * autoidx.xsl: Bug #663331: add article to section entity
>   |
>   |     * biblio.xsl: Bug #640762: Support new biblioentry elements
>   |
>   |     * chunk-common.xsl: Bug #648473: don't output the html.ext
>   |       when using dbhtml filenames
>   |
>   |     * footnote.xsl: Support
>   |       {table.}footnote.number.{format,symbols}
>   |
>   |     * glossary.xsl: Support glossentry.show.acronym
>   |
>   |     * param.ent, param.xweb: Added
>   |       {table.}footnote.number.{format,symbols},
>   |       entry.propagates.style, and glossentry.show.acronym
>   |
>   |     * param.ent, param.xweb: Support xref.with.number.and.title
>   |
>   |     * sections.xsl: Don't force a ToC for refentrys
>   |
>   |     * table.xsl: Support entry.propagates.style
>   |
>   |     * titlepage.templates.xml: SIGNIFICANT changes to the
>   |       titlepage template setup. See RELEASE-NOTES.
>   |
>   |     * xref.xsl: Handle xref to glossentry
>   |
>
>Changes to xsl/template/*
>
>   | 2003-01-20  Norman Walsh <nwalsh@users.sourceforge.net>
>   |
>   |     * titlepage.xsl: SIGNIFICANT changes to the titlepage template
>   |       setup. See RELEASE-NOTES.
>   |
>
>Changes to xsl/params/*
>
>   | 2003-01-20  Norman Walsh <nwalsh@users.sourceforge.net>
>   |
>   |     * entry.propagates.style.xml: New file.
>   |
>   |     * footnote.number.format.xml, footnote.number.symbols.xml,
>   |       table.footnote.number.format.xml,
>   |       table.footnote.number.symbols.xml: New file.
>   |
>   |     * glossentry.show.acronym.xml: New file.
>   |
>   |     * section.title.level1.properties.xml,
>   |       section.title.level2.properties.xml,
>   |       section.title.level3.properties.xml,
>   |       section.title.level4.properties.xml,
>   |       section.title.level5.properties.xml,
>   |       section.title.level6.properties.xml: Make section title font
>   |       sizes a function of the body size, not an absolute size. And
>   |       let's use magsteps while we're at it.
>   |
>   |     * ulink.footnote.number.format.xml: New file.
>   |
>   |     * ulink.footnotes.xml: It is too implemented. :-)
>   |
>   |     * verbatim.properties.xml: Put space below verbatim blocks
>   |       too.
>   |
>   |     * xref.with.number.and.title.xml: New file.
>
>                                         Be seeing you,
>                                           norm
>
>- --
>Norman Walsh <ndw@nwalsh.com>      | It is not impossibilities which
>http://www.oasis-open.org/docbook/ | fill us with the deepest despair,
>Chair, DocBook Technical Committee | but possibilities which we have
>                                    | failed to realize.--Robert Mallet
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v1.0.6 (GNU/Linux)
>Comment: Processed by Mailcrypt 3.5.7 <http://mailcrypt.sourceforge.net/>
>
>iD8DBQE+LMfSOyltUcwYWjsRAol7AJ9rj1DsuHcvbx8vRPk5+zHrmBC+FwCghpYE
>AwgizwqbemKXwJd4X58sdBY=
>=6osz
>-----END PGP SIGNATURE-----



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC