Subject: Rotating Graphics
From: Horace Burke <xmlmarkup@xxxxxxxxx>
Date: Wed, 23 Apr 2008 10:01:24 -0700 (PDT)
|
Does anyone know how I can rotate a graphic depending on its width? Or is it possible to rotate graphic files in XSL? I read something about using "reference-orientation" property inside block-container FO, but it didn't change the output.
Thanks in advance for your assistance!
<fo:block-container start-indent="11.5em" reference-orientation="90">
<xsl:for-each select="//CEmark/figureprint/graphic">
<fo:external-graphic content-width="0.25in" src="{@fileref}"/>
</xsl:for-each>
</fo:block-container>
Regards,
Horcae Burke
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
|