Is it possible to work with Entity Framework (Code First) and having the data source being an XML file? I need to populate the domain objects with values from the XML file....The XML file has this structure:...<Person name="John" age="12">
<Products>
...