Tagged Questions
1
vote
4answers
441 views
Unpivot xml doc based on attributes using XSLT
I have a simple xml document that looks like the following snippet. I need to write a XSLT transform that basically 'unpivots' this document based on some of the attributes.
<?xml version="1.0" ...