T
Tom
I convert DocBook into HTML, CHM and PDF. I use SVG images within my
DocBook documents. In the resulting HTML pages I see those SVG with IE
and Adobe Plugin however they do not appear in my CHM although it is
compiled from the same HTML files. There are some XSLT parameters which
I use:
<xsl
aram name="use.svg" select="1"></xsl
aram>
<xsl
aram name="use.embed.for.svg" select="1"/>
The resulting HTML code is:
<object type="image/svg+xml" data="some.svg"
width="720" height="415">
<embed type="image/svg+xml" src="some.svg"
width="720" height="415">
</embed>
</object>
It does not work with or without <embed>. Even <embed> alone do not
work. I was wondering because I thought that this was working a while
ago but I am not sure.
Anybody an idea ... ?
__
Tom
DocBook documents. In the resulting HTML pages I see those SVG with IE
and Adobe Plugin however they do not appear in my CHM although it is
compiled from the same HTML files. There are some XSLT parameters which
I use:
<xsl
<xsl
The resulting HTML code is:
<object type="image/svg+xml" data="some.svg"
width="720" height="415">
<embed type="image/svg+xml" src="some.svg"
width="720" height="415">
</embed>
</object>
It does not work with or without <embed>. Even <embed> alone do not
work. I was wondering because I thought that this was working a while
ago but I am not sure.
Anybody an idea ... ?
__
Tom