How to add a variable/changeable hyperlink <a href=" http:\\WWW.. ..> around a text in XSL?

Subject: How to add a variable/changeable hyperlink <a href=" http:\\WWW.. ..> around a text in XSL?
From: "Koh, Justin (Intern)" <kohj@xxxxxxxx>
Date: Mon, 15 Mar 1999 10:34:18 -0800
> I understand that one way to set a fix link to a element from the xml
> could
> be done in the following way 
> 
> <rule mode="heading">    
> 		<target-element type="ReasonCode"/>
> 		
> 			
> 		<SPAN color="gray">
> 
> 		[      
> 		<eval>tagName</eval>
> 		]
> 	
> 		</SPAN>
> 		<a href="http://www.......>
> 
> 		<children/>    
> 		</a>
> 	
> 
> 	</rule>
> 
> 
> However, the link to my html file is dependent on the content retrieved by
> the <children/> tag. Is there a way I could append the content to the link
> somewhat in the following context
> 
> 		</SPAN>
> 		<a href="http://www.../<children/>.htm">
> 		Link
> 		</a>
> 
> I need the content form the XML to control the path to the link
> I have been stuck with this for days. I really would appreciate any help. 
> 
> Justin Koh
> Software Delivery and Integration Excellence Program (SDIE)
> Weyerhaeuser PC2-234
> (253) 924-4563
> kohj@xxxxxxxx
> 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread