Thank you all for your help. Yesterday everything works fine ... today xsp
somehow stops to work ... no image will be shown only the text ... I really
have any idea what could be wrong
<xsl:for-each select="SecContent">
<xsl:variable name="sectioncontent" select="."/>
<xsl:choose>
<xsl:when
test="contains($sectioncontent, 'http://myserver.it')">
<fo:block>Here image
<fo:external-graphic
src="{$sectioncontent}"/>
</fo:block>
</xsl:when>
<xsl:otherwise>
<fo:block font-size="12pt"
font-style="italic" space-after="2mm">
<xsl:value-of
select="." disable-output-escaping="yes"/>
</fo:block>
</xsl:otherwise>
</xsl:choose>
</xsl:for-each>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>
- Problems with <fo:external-graphic> Jessica Niewint
- Re: Problems with <fo:external-graphic> Joerg Heinicke
- Re: Problems with <fo:external-graphic> J.Pietschmann
- Re: <fo:external-graphic> stops to work Jessica Niewint
- Re: <fo:external-graphic> stops to work J.Pietschmann
- Re: Problems with <fo:external-graphic> Johannes . Becker