Click to See Complete Forum and Search --> : can xml rotate row color?


planeboy747
03-09-2005, 03:55 PM
Can XML rotate row color in a table based on the number of items available.

For example, in 1 table, there are 5 rows. The first row is yellow, the second white.

However, the next table is 7 rows.

So, is there a way to make XML alternate the row color in individual tables?

Khalid Ali
03-09-2005, 08:58 PM
you must understand that XML itself does not do anything, its just a "fancy text" format.
However its power lies in the standardization of the contents and then your as developer use that content for any purpose you want(it can be to chagne colors in table cell).
You will need some other programming scripting language for this purpose XML alone can not do what you ask