xsl-list
[Top] [All Lists]

Re: [xsl] Figure Problem using XSL-FO

2006-10-16 06:10:37

I have one problem. I am creating XML to PDF. I want ignore second
imageobject 

just select the first, something like:

   <fo:block line-height="1.5"
xsl:use-attribute-sets="formal.object.properties" text-align="center">
 <fo:external-graphic src="@fileref">
  <xsl:attribute name="src">
                <xsl:apply-templates select="imagedata[(_at_)format='GIF' or
@format='JPG'][1]/@fileref"/>
              ^^^
              ^^^
              ^^^
  </xsl:attribute>

David


--~------------------------------------------------------------------
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>