I would like to automate creating a flat list/array type structure in a language such as Ruby,Python etc that takes XML data and for each node builds a list/array entry that contains the data plus data type information obtained from its XML Schema.
Any pointers to a solution appreciated.
Cheers.