Cant load .xml file into dynamo

Hey, I’m having trouble loading a .xml file into dynamo, by using this script:

The problem is that Dynamo doesn’t seem to recognise that I want it to read the .xml file at the specified filepath.

The goal is to load the file into Dynamo, and then transform it into a list, so if anybody knows a smarter way to do it, then feel free to comment.

The node doesn’t expect a file, but the actual content of the XML file.
Insert a File.ReadText node between File.FromPath and the XML node.

Thanks, that did the trick!