xsl-list
[Top] [All Lists]

[xsl] Rotating Graphics

2008-04-23 10:01:55
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="{(_at_)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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>
  • [xsl] Rotating Graphics, Horace Burke <=