Two questions:
Is it possible insert data from a XML doc in a SharePoint Native List? Because I checked and is possible create a DataView from a Xml source in SP , but I can't find if it's possible to insert the data in a list (XML Node per Item list).
I don't like DataView because I want to create navigation based on values of a specific column ( like using Navigation metadata menu and filters of a list) and with a Dataview I don't see how to create this dynamic navigation, Can I define a site/list navigation based on values of a column in a DataView?