This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Calling sections of XSL file seperately.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]