Hi Andy,
ungetesteter Pseudo-Code:
<xsl:for-each select="//a">
<xsl:when test="/preceding-sibling::img"></xsl:when>
xsl:otherwise<img...><xsl:copy-of select="."></xsl:otherwise>
</xsl:for-each>
Gruß, Dein Onkel
Hi Andy,
ungetesteter Pseudo-Code:
<xsl:for-each select="//a">
<xsl:when test="/preceding-sibling::img"></xsl:when>
xsl:otherwise<img...><xsl:copy-of select="."></xsl:otherwise>
</xsl:for-each>
Gruß, Dein Onkel