--- In dita-users@yahoogroups.com, "rogerhadley" <roger.hadley@...> wrote:
> So is it true then that Open Toolkit 1.4 does not support the image
> scale attribute? I haven't been able to find this stated clearly
> anywhere.
I'm certain that for XHTML, DITA-OT thinks it supports @scale. There
are lots of references to it in the XSLT. But I have a suspicion that
the implementation is wrong, that @scale only has an effect if @height
and/or @width are present. That would seem to contradict the spec
(though it might be where the DITA 1.2 spec is headed).
@scale on other elements (fig, table, pre, lines) seems to invoke an
XSLT template that does nothing.
Clearly there is a bug or a missing feature in DITA-OT here somewhere.
My advice is to come up with a simple test case showing the bug, and
post it in a bug report on the SourceForge page for DITA-OT.