Re: [xsl] xsl-fo: how do I inline a jpeg image ....

Subject: Re: [xsl] xsl-fo: how do I inline a jpeg image ....
From: Shawn McKenzie <smckenzie23@xxxxxxxxx>
Date: Fri, 17 Sep 2004 12:09:40 -0700
Something like this?
  
        <fo:block>
          <fo:external-graphic>
            <xsl:attribute name="src">
              <xsl:text>url(./Local/Graphics/bulletpdf.jpg)</xsl:text>
            </xsl:attribute>
          </fo:external-graphic>
        </fo:block>
   
That embeds the graphic for me using the antenna house processor.

On Fri, 17 Sep 2004 13:10:24 -0500, Jordan, Tom
<tom.jordan@xxxxxxxxxxxxxx> wrote:
> Hi All:
> 
> I need to generate an xsl-fo document with jpeg graphics that
> is self contained.
> 
> I know that there is fo:external-graphic that will allow you
> to point to an external jpeg file.
> 
> Can I use fo:inline-foreign-object to embed the jpeg in the .fo
> document?
> 
> The only examples that I can find with regard to fo:inline-foreign-object
> use svg.  What other constructs can be used here?
> 
> Thanks,
> -- Tom.
> 
> ==
> "Nothing will ever be attempted, if all
>  possible objections must first be
>  overcome." - Samuel Johnson
> 
> ---
> 
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.764 / Virus Database: 511 - Release Date: 9/15/2004
> 
> This e-mail or the documents accompanying this e-mail contain
> information that may be confidential and/or privileged. It may
> also be prohibited from disclosure under applicable law. The
> information is intended to be for the use of the individual or
> entity named on this transmission. If you are not the intended
> recipient, be aware that any disclosure, copying, distribution
> or use of the contents of this information is without
> authorization and is prohibited. If you have received this
> e-mail in error, please notify us immediately so that we can
> take action to correct the problem.

Current Thread