Table of attributes in the XML element and the element values. Is this possible?

I use BI Publisher generator model for Word. I'm using Word 2007 and the patch 9821068 generator model.

I'm trying to create a table using the table Wizard. The values in the column must be based on the attributes of the element and the element values. I have no control over the incoming data.

Given the following XML:

<? XML version = "1.0" encoding = "UTF-8"? >
< valuesOverTime type = "fromServer" >
< name aValue = "xyz" date = "2010-07-21" time = "" 15: 55:26 ' > 2 < / aValue > "
< name aValue = 'abc' date = "2010-07-21" time = "" 15: 55:26 ' > 0 < / aValue > "
< name aValue = "xyz" date = "2010-07-21" time = "" 15: 55:26 "> 42 < / aValue >"
< name aValue = 'abc' date = "2010-07-21" time = "" 15: 55:26 "> 100 < / aValue >"
< name aValue = "xyz" date = "2010-07-21" time = "" 15: 55:26 "> 17 < / aValue >"
< name aValue = 'abc' date = "2010-07-21" time = "" 15: 55:26 ' > 0 < / aValue > "
< name aValue = "xyz" date = "2010-07-21" time = "" 15: 55:26 "> 1 < / aValue >"
< / valuesOverTime >

Table I need should look like this:

name date time aValue
XYZ-2010-07-21 15:55:26 2
ABC-2010-07-21 15:55:26 0
XYZ-2010-07-21 15:55:26 42

So far, that I can understand it.

Any suggestions?

Thank you
-Matt

  

Tags: Business Intelligence

Similar Questions

Maybe you are looking for