Hi all,
I want to display the contents of an XML file into a datagrid component.
So, I use a Datagrid component, an XMLConnector component and a Dataset
component.
My problem is that the contents (columns) of the XML file aren't fixed, so, I
have to dynamically set the Dataset.schema.
Do I have to read the XML first and afterwards to change the Dataset.schema?
or is there any other way?
Can I use XSD files?
I'll appreciate any available help

Yiannis