Hi , I have one xml file and one xsl.
The xslt render the xml file , the output format of the file is .xsl(excel sheet).
The text context of the xml file is rendered by the xsl and generate the correct excel sheet. In the text area , I have hyperlink . but I don’t know how to render it and display the result in excel sheet as hypelink.
My code like this
<Level1> <Level2> THE TEXT AREA </Level2> <Level3> <link> www.anna.com </link> </level3> </level1>
my expected output is THE TEXT AREA www.anna.com
But I am not getting the hyperlink in the excel sheet.
Could you please help me for this problem.
Thanks and regards Anna Madhusudhanan |