Hello folks
I have implemented ICE (in-context-editing) in externalized xsl for components. for normal tags I am able to apply ICE successfully but finding it hard to in < a > or < img > tags
<img alt="image" width="90" height="90" >
<xsl:attribute name="src"><xsl:value-of select="/Properties/Data/Datum[@Name='Body DCR']/DCR/HeaderRedesign/SectionDetails/LogoImage"/></xsl:attribute>
<xsl:attribute name="alt"><xsl:value-of select="/Properties/Data/Datum[@Name='Body DCR']/DCR/HeaderRedesign/SectionDetails/LogoLink"/></xsl:attribute>
</img>
<a href="#" in-context-edit="{/Properties/Data/Datum[@Name='Body DCR']/@ID}" dcr-item-paths="/HeaderRedesign/SectionDetails/SectionSubHead/SubHeading"><xsl:value-of select="SubHeading"/></a>
It is unable to provide desired fields
Can you guys help me how its done.
Manu Gupta