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]

RE: [arranging data in columns]


See "arranging data in multiple columns":

http://www.dpawson.co.uk/xsl/sect2/N7450.html#d205e15

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Carlos
> Sent: 09 May 2002 09:56
> To: XSL-List@lists.mulberrytech.com
> Subject: 
> 
> 
> If i have, i have writted bellow xml file, how can i present 
> this file in
> this form:
> <tr><td>1</td><td>2</td><td>3</td></tr>
> <tr><td>4</td><td>5</td><td>6</td></tr>
> 
> this is my intention:
> to format the xml file in a html but only with 3 celds but x rows.
> if i make a foreach i only know ,to writte i a celd, only one 
> row, but i
> want to writte in three celds.
> is posible?
> can anybody helps me?
> thanks
> 
> 
> 
> ############
> XML FILE
> ############
> <?xml version="1.0" encoding="UTF-8"?>
> <ARTS>
>     <ART>
>         <NAME>1
>         </NAME>
>         <VALUE>11
>         </VALUE>
>     </ART>
>     <ART>
>         <NAME>2
>         </NAME>
>         <VALUE>22
>         </VALUE>
>     </ART>
>     <ART>
>         <NAME>3
>         </NAME>
>         <VALUE>33
>         </VALUE>
>     </ART>
>     <ART>
>         <NAME>4
>         </NAME>
>         <VALUE>44
>         </VALUE>
>     </ART>
>     <ART>
>         <NAME>5
>         </NAME>
>         <VALUE>55
>         </VALUE>
>     </ART>
>     <ART>
>         <NAME>6
>         </NAME>
>         <VALUE>66
>         </VALUE>
>     </ART>
>     <ART>
>         <NAME>7
>         </NAME>
>         <VALUE>77
>         </VALUE>
>     </ART>
>     <ART>
>         <NAME>8
>         </NAME>
>         <VALUE>88
>         </VALUE>
>     </ART>
> </ARTS>
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 

 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]