I, guys.
I've embeded an image into a xml file, something like that:
<display type="picture" mime="image/png" name = "mosaico6.p ng">
<![CDATA[ ....my binary data ... ]]>
</display>
Now, I want to display it with a XSL Transformation, but my code don't work:
<display>
<xsl:attribut e name="mime">
<xsl:value-of select="@CDATA"/>
</xsl:attribute>
</display>
Can, anyone help me?
thanks in advance.
Maurizio.
I've embeded an image into a xml file, something like that:
<display type="picture" mime="image/png" name = "mosaico6.p ng">
<![CDATA[ ....my binary data ... ]]>
</display>
Now, I want to display it with a XSL Transformation, but my code don't work:
<display>
<xsl:attribut e name="mime">
<xsl:value-of select="@CDATA"/>
</xsl:attribute>
</display>
Can, anyone help me?
thanks in advance.
Maurizio.
Comment