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] | [List Home]


Subject: Setting a fixed height for <inlinemediaobject> within <guiicon>


I'm having difficulty setting the default height for images that appear
in <guiicon>. The source for these images is not always the same size,
so I just want to scale them to the line height in my customization
layer (instead of doing this in every image in the XML source). I've
tried something like this (and probably a hundred variables):

	<xsl:template match="d:para">
	<fo:block line-stacking-strategy="font-height">
		<xsl:apply-imports />
	</fo:block>
</xsl:template>

<xsl:template match="d:inlinemediaobject">
	<fo:inline content-height="scale-to-fit">
		<xsl:apply-imports />
	</fo:inline>
</xsl:template>

Which is at least preventing the image from pushing the text up, but the
image itself is not scaling.  


DAVID GOSS | Technical Writer
P 1.800.876.9218 x 345 | F 1.800.588.9866
dgoss@mueller-inc.com
http://www.MuellerReports.com



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