Hello list,
I have the following XML document:
<?xml version="1.0" encoding="UTF-8"?>
monthToDate
100
HPQ Enterprise
Worldwide
monthToDate
200
Enterprise Systems Group
Worldwide
yearToDate
300
HPQ Enterprise
Worldwide
yearToDate
400
Enterprise Systems Group
Worldwide
This is the Order Nugget Portlet Status text
This is the Order Nugget Dynamic Message text
This is the Order Nugget User Submitted text
And I need to creat an HTML row from the elements, ie MonthToDate and YearToDate. The kicker is that MonthToDate and YearToData repeate between node sets–as you can see each occur twice–i just need them once to create a headin for an HTML table. Then I need to extract the product names along with the content. So the HTML would look like the following:
MonthToDate YearToDate
HPQ Enterprise 100 300
Enterprise
Systems Group 200 400
Worldwide
I have attached the stylesheet I have hacking around in. Many thanks
Shane
dataNuggetView2.xsl (3.07 KB)
#webMethods#API-Management#Tamino