Input data is in the form of spreadsheet.
Which has colums H1, H2, H3 H4, H5, startdate, enddate, height, width, phases and rating
I want to generate hirerichial xml
H1
H2
H3
H4
H5
That means H4 is parent of H5, H3 is parent of H4 and so on......
A format of an xml will be
width =
width=
In Visual studio 2012
I am planning to get a data from spreadsheet into a dataset
Create the following classes
SetEquipment
SetParentEquipment
Address
TransformerAttributes
SPAttributes
using the namespace system.linq to generate xml
Question:
If anyone has any suggestion for better design this can be done I am very much interested
Thanks
Replies
Know the answer? Post it — somebody with the same question will find it here.