[xsl] sorting

Subject: [xsl] sorting
From: Krithiga Subramanian <krithiga_s@xxxxxxxx>
Date: Fri, 5 Jan 2001 14:53:35 +0530
Hi
a new requirement in our project requires the foll


<x id=1>
	<col>1</col>
	<a> ngfg </a>
	<b> ngfg </b>

	<col>2</col>
	<a> ngfg </a>
	<b> ngfg </b>

</x>

<x id=2>

	<col>1</col>
	<a> ngfg </a>
	<b> ngfg </b>
</x>

I output the HTML to loop thru each x.

But i have to create a text box  if the value of col in x is < 2 , i.e only
in case where x has id=2 and only 1 col

How can i achieve this

Thanks

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


Current Thread