|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] adding links to html using xsl
Hi, I have a HTML file <html> <body> <h1> <center>Findbugs Summary Report</center> </h1> ..... ..... <table border="0" width="90%"> <tr> ..... ..... <h2>Analysis of Package: <i><font color="green">dcx.sysman.logging.format</font></i> </h2> ..... ..... I want this to be converted as <html> <body> <h1> <center>Findbugs Summary Report</center> </h1> ..... ..... <table border="0" width="90%"> <tr> ..... ..... <h2>Analysis of Package: <i><font color="green"><A href="xyz.xml">dcx.sysman.logging.format</A></font></i> </h2> ..... ..... i.e I want to add links to the existing text. How can this be done by xslt. Is there any method to scan through the html file and search for the the string after 'Analysis of Package:' and add a link and leave the rest of the code as it is in a newly generated html file. bye, with regards, Deepak. __________________________________ Do you Yahoo!? SBC Yahoo! - Internet access at a great low price. http://promo.yahoo.com/sbc/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








