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

RE: another href question

Subject: RE: another href question
From: "Diamond, Jason" <Jason.Diamond@xxxxxxx>
Date: Fri, 23 Mar 2001 18:39:15 -0600
construct href in xsl
The output of your snippet will be:

<a href="ContactUs.xsl">Contact Us</a>

Is that not what you wanted?

What do you mean by "in place of 'a'"? The name attribute on the
<xsl:element> element specifies the name of the element to output to the
result tree. To construct a link in HTML, you must use the <a> element with
an href attribute. So your sample looks fine.

Jason.

> -----Original Message-----
> From: Turner, Althea [mailto:Althea.Turner@xxxxxxxxxxxxxx]
> Sent: Friday, March 23, 2001 4:14 PM
> To: 'XSL-List@xxxxxxxxxxxxxxxxxxxxxx'
> Subject:  another href question
> 
> 
> hello all,
> 
> I have a fairly (actually very new) newbie question to put to you good
> folks.  I have checked the FAQ and archives and haven't found 
> the answer to
> my question.  I am trying to make text link from one xsl page 
> to another.  I
> can link just fine to an html page.  I have found the 
> following bit of code
> and think I am getting close to a solution.  
> 
> <!-- test for linking text   -->
>          <xsl:element name="a">
>          <xsl:attribute 
>               name="href">ContactUs.xsl</xsl:attribute>
>          <xsl:text>Contact Us</xsl:text>
>          </xsl:element>
> 
> My question is this:  What should be in place of "a"?  
> Elsewhere in our
> docs, the "name" refers to a java class.  Do I need to have a 
> java class for
> href?  What am I not comprehending here?  I'm fairly sure 
> that Xlink is
> overkill for making simple text links.  
> 
> Please be gentle, I'm new to XSL.  Thanks!
> 
> Althea Turner
> Summit Information Services
> 541-758-5888 x 6902
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

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


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.