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]

sorting



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


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