[xsl] Calling sections of XSL file seperately.

Subject: [xsl] Calling sections of XSL file seperately.
From: "Kiran Raghavapudi" <kiran@xxxxxxxxxxxxxx>
Date: Fri, 12 Apr 2002 15:39:23 -0700
Hi,

Is there is a way to refer a particular section of XSL with a name and call that part at a different location.
I need to display a HTML, which I am keeping in a section of the XSL page.

Depending on the values of the parameters I am passing, I want to call that section at different locations. To elaborate:
My final html file can look like

1
  A 
	I am here
  B
2

3

Or it can look like

1

2
  A 
	I am here
  B
3

In the first case I am passing the values 1, A and in the second case
2, A. 
The section I want to call is the one which has the HTML for display 1A or 2A.





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


Current Thread