Hi all!
I have this XML problem that I dont know how to solve. I want to have a table where each other row have different color.
Example:
white
black
white
black
the xml I have to work with is like this:
<pack>
<service>
<service>
<service>
</pack>
<pack>
<service>
<service>
</pack>
In my table I want the name of the service, I have started to do two xsl:for-each, one for packs and one for services. the number of packs or service is dynamic.
Does someone have a good XSL solution for this?
Regards,
Andreas
I have this XML problem that I dont know how to solve. I want to have a table where each other row have different color.
Example:
white
black
white
black
the xml I have to work with is like this:
<pack>
<service>
<service>
<service>
</pack>
<pack>
<service>
<service>
</pack>
In my table I want the name of the service, I have started to do two xsl:for-each, one for packs and one for services. the number of packs or service is dynamic.
Does someone have a good XSL solution for this?
Regards,
Andreas