Thomas J.S.: Die letzten Probs! Gesamtseiten, Bild übergabe!

Beitrag lesen

hallo Franz,

Mit XSLT etwa so:

<xsl:template match="logo12.gif"/>
  <fo:external-graphic src="{.}" width="64px" height="40px"/>
</xsl:template>

?????
warum denn so?

wäre eher besser:
<xsl:template match="logo"/>
   <fo:external-graphic width="64px" height="40px">
     <xsl:attribute name="src">
      <xsl:value-of select="." />
     </xsl:attribute>
   </fo:external-graphic>
</xsl:template>

grüße
thomas

ps: sie sind angekommen! ;-)))))