Hi,
can any one help in splitting this string
<par >
<picture>
<par >
<run><img src= imgone onClick=OpenIma geFile( D:\Corp_Annc_At tachment\Images \red.gif )></img></run>
</par>
</picture>
</par>
this is my xml
i need to xsl transformation ,i need to write an xsl using href and i will show the imgone alone and i need to store D:\Corp_Annc_At tachment\Images \red.gif in a seperate string,so that on clicking the img i will open this gif.
thanks in advance..
can any one help in splitting this string
<par >
<picture>
<par >
<run><img src= imgone onClick=OpenIma geFile( D:\Corp_Annc_At tachment\Images \red.gif )></img></run>
</par>
</picture>
</par>
this is my xml
i need to xsl transformation ,i need to write an xsl using href and i will show the imgone alone and i need to store D:\Corp_Annc_At tachment\Images \red.gif in a seperate string,so that on clicking the img i will open this gif.
thanks in advance..
Comment