Re: Alternate Values on every second column

Subject: Re: Alternate Values on every second column
From: Miloslav Nic <nicmila@xxxxxxxx>
Date: Tue, 18 Jan 2000 06:19:30 +0100
Look at 
http://zvon.vscht.cz/HTMLonly/XSLTutorial/Examples/Example37/exampleInOne.html
for an idea

"Olynyk, Dean" wrote:
> 
> Hi there,
> 
> Is there a way, besides a brute-force attack, to do the following with XSL?
> 
> ---------------------------------
> | x | y | x | y | x | y | x | y |
> ---------------------------------
> 
> The values of x and y will appear once in the associated XML file.
> 
> Currently, I'm doing:
> 
> <td align="center"><b><xsl:value-of select="foo/x"/></b></td>
> <td align="center"><b><xsl:value-of select="foo/y"/></b></td>
> <td align="center"><b><xsl:value-of select="foo/x"/></b></td>
> ...repeat 23 more times...
> 
> >From the XML:
> <foo>
>   <x>'98</x>
>   <y>'99</y>
> </foo>
> 
> Is there a cleaner way to do this?
> 
> Thanks,
> --
> d.
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

-- 
***************************************************************
Dr. Miloslav Nic                        e-mail: nicmila@xxxxxxxx
Department of Organic Chemistry         TEL: +420 2 2435 5012  
ICT Prague (VSCHT Praha)                     +420 2 2435 4118
    				        FAX: +420 2 2435 4288  
****************************************************************
Support free information exchange: http://zvon.vscht.cz
****************************************************************


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


Current Thread