I am currently doing an xsl:for-each statement to read part of an xml file that's being output into html and would like to alternate the background color for alternate table rows of data to make things easier to read on the user end.
As the number of rows of data varies, how would I go about...
Very similar question as I had a few threads down, but this time, I don't know what the name of the attribute is going to be and would like to display it (the name of the attribute itself, not the value of the attribute)
Example:
XML
<Combine target="A" type="OneToOne" sourceCount="1"...
I am trying to use XSL to transform an XML element's attribute and value, however the attribute is always different but always in the same place (it is the fifth attribute in the element). Is there a way to display this attribute and its value knowing its place (5th attribute) but not its name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.