ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> xsl-list
xsl-list
RE: [xsl] Different templates for same set of nodes
by SHEIKH Sajjad other posts by this author
Dec 11 2003 3:34PM messages near this date
Re: [xsl] ClassCastException | Re: [xsl] Different templates for same set of nodes
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@[...].uk] 
Sent: 11 December 2003 15:00
To: xsl-list@[...].com
Subject: Re: [xsl] 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
Thread:
SHEIKH Sajjad
David Carlisle

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved