Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7065357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T04:56:47+00:00 2026-05-28T04:56:47+00:00

I am working in a rowview template, which basically iterates through all of the

  • 0

I am working in a rowview template, which basically iterates through all of the row items and displays them according to what i have set them at.

<table>
    <tr>
    <td>
    <choose>
    //different images for different when clauses
    </choose>
    </td>
    </tr>

    <tr>
    <td>
    <xsl:value-of select="@Title"/>
    <td>
    </tr>

    </table>

The above layout is, in general, what I have.

Say you have a document library with documents:
Doc1
Doc2
Doc3
Doc4

I want these displayed as the following but do now know how to achieve this

<tr>
<td>doc1<td><td>doc2<td>
</tr>

<tr>
<td>doc3<td><td>doc4<td>
</tr>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T04:56:48+00:00Added an answer on May 28, 2026 at 4:56 am

    I answered a similar issue here but for XSL, you need different syntax, though the concept is the same – try the following:

    <tr>
        <xsl:if test="position() mod 2 = 1">
            <td>
                 <xsl:value-of select="position()" />
                 <xsl:value-of select="."/>
            </td>
        </xsl:if> 
        <xsl:if test="position() mod 2 = 0">
            <td>
                 <xsl:value-of select="position()" />
                 <xsl:value-of select="."/>
            </td>
        </xsl:if>
    </tr>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Working on a small web application, I have a user table in which user
Working on a project at the moment and we have to implement soft deletion
Working with python interactively, it's sometimes necessary to display a result which is some
Working on a project where a sequential set of methods must be run every
Working through C++ Primer Plus and am trying to cin data to a dynamically
Working in the JBoss AS portlet we have been unable to open a jsp
Working in Xcode on Mac OS X Leopard in C++: I have the following
Working on a Online Test. I have 3 tables Questions Subject Topic I have
I have a list view with text and button in each row, list view
I have a custom listview which display an image, textview and radio button. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.