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

RE: Different templates for same set of nodes

Subject: RE: Different templates for same set of nodes
From: "SHEIKH Sajjad" <Sajjad.SHEIKH@xxxxxxxxxxx>
Date: Thu, 11 Dec 2003 16:34:36 +0100
xslt select different text
Thanks David.

If I put the codes in variable, it does not produce the link and just
gives the values it find in 'location'.  While if I run it without
xsl:variable it works fine.

Any idea why it is behaving in this way?


<xsl:template match="link" mode="zzz">

Link Value:
<xsl:variable name="doc_link">
		<a>
		 <xsl:attribute name="href">
 
<xsl:text>http://localhost/1xml/scripts/perl.pl?</xsl:text>
 		  <xsl:for-each select="location">
  		   <xsl:text>value</xsl:text>
  		   <xsl:value-of select="position()"/>
  		   <xsl:text>=</xsl:text>
  		   <xsl:value-of select="."/>
  		   <xsl:if test="position()!=last()">&amp;</xsl:if>
 		  </xsl:for-each>
		 </xsl:attribute>
		 <xsl:value-of select="."/>
		</a>
</xsl:variable>
		 <xsl:value-of select="$doc_link"/>
<br/>
Link value: 	
		<a>
		 <xsl:attribute name="href">
 
<xsl:text>http://localhost/1xml/scripts/perl.pl?</xsl:text>
 		  <xsl:for-each select="location">
  		   <xsl:text>value</xsl:text>
  		   <xsl:value-of select="position()"/>
  		   <xsl:text>=</xsl:text>
  		   <xsl:value-of select="."/>
  		   <xsl:if test="position()!=last()">&amp;</xsl:if>
 		  </xsl:for-each>
		 </xsl:attribute>
		 <xsl:value-of select="."/>
		</a>
</xsl:template>


-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx] 
Sent: 11 December 2003 15:00
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re:  Different templates for same set of nodes


  I am having a little issue in using the same template for two
different
  purposes.

that is exactly what modes are for.

 Put mode="zzz" on one of the
templates and mode="zzz" on the xsl:apply-templates that you wantto use
that mode.

As discussed earlier this week on this list

  <location path="..\..\..\">Entorpresse</location> 
  <location path="..\..\">KFC</location> 

all your ..\ should be ../  "\" does not mean a path separator in a URI.


David

-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

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


______________________________________________________________
This message has been scanned for all viruses by BTnet VirusScreen. The
service is delivered in partnership with MessageLabs.

This service does not scan any password protected or encrypted
attachments.  

If you are interested in finding out more about the service, please
visit our website at
http://www.btignite.com/internetservices/btnet/products_virusscreen.htm
==============================================================

 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.