[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

adding links to html using xsl

Subject: adding links to html using xsl
From: Angeshwar Deepak <angeshwar@xxxxxxxxx>
Date: Wed, 19 May 2004 02:02:42 -0700 (PDT)
adding links in html
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/

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.