Hello.
I'm having a problem with modifying a src attribute with XSL. Basically I'm trying to change the value of it from one image to another, however my stylesheet is inline. I've tried several examples, but that just adds a new img with the new src where the stylesheet is in the html.
So if I have something like this:
Code:
<xsl:template name="img[@src='a.jpg']">
</xsl:template>
I hope I explained my problem well enough. Thanks,
jtnw