tips & tricks


Calendario
dicembre 2024
lmmgvsd
2526272829301
2345678
9101112131415
16171819202122
23242526272829
303112345

xsl:for-each

Serve per il ciclo for all'interno di un file:

     <xsl:for-each select="/Entities/Travel">
           <tr>
            <td >
                 Passenger:
            </td>
            <td >
                 <xsl:value-of select="/Entities/Contact[ContactId/. = ContactId/.]/FullName/." /> 
            </td>
            <td >
                 Passenger CustomerCode:
            </td>
            <td >
                 <xsl:value-of select="/Entities/Contact[ContactId/. = ContactId/.]/CustomerCode/." />
            </td>           
           </tr>
       </xsl:for-each>

Categoria: XML
giovedì, 01 mag 2008 Ore. 18.16
Archivio Posts
Anno 2020

Anno 2018

Anno 2015

Anno 2013

Anno 2011

Anno 2010

Anno 2009

Anno 2008
Statistiche
  • Views Home Page: 15.072
  • Views Posts: 58.316
  • Views Gallerie: 2.837
  • n° Posts: 117
  • n° Commenti: 1
Copyright © 2002-2007 - Blogs 2.0
dotNetHell.it | Home Page Blogs
ASP.NET 2.0 Windows 2003