i am creating an itemstyle for CQWP. I have a page library with a specific content type and the content type has 2 main columns (coulmntype and page order)...
So sample pages field values will look like below...
1.Page 1 ( Page order =1, coulmntype =onecolumn)
2.Page 2 ( Page order =2, coulmntype =twocolumn)
3.Page 3 ( Page order =2, coulmntype =twocolumn)
4.Page 4 ( Page order =3, coulmntype =onecolumn)
5.......
Now i want to create an itemstyle, which will create a table. Table will have 3 rows. First row will show Page 1 and second row will show page 2 and page 3 in two seperate cells(td) and thrid row will show one row for page 4... Am unable to get the logic for creating the itemstyle like that can anyone good in xslt help me on this.