I have an xml document that looks similar to this:
<Works>
<Work day="Monday" length="5" time="now" />
<Work day="Tuesday" length="5" time="now" />
</Works>
I'm trying to create the xsl that will loop through all the works and get the day attribute and put it on the screen. I'm not sure how to do this. Can someone help?
Thanks!
<Works>
<Work day="Monday" length="5" time="now" />
<Work day="Tuesday" length="5" time="now" />
</Works>
I'm trying to create the xsl that will loop through all the works and get the day attribute and put it on the screen. I'm not sure how to do this. Can someone help?
Thanks!