We have a string variable assigned as: Path=“Data\Input.xml”
Now we need to load this xml file data in a variable named xDoc of the type XDocument
xDoc=XDocument.Load(Path)
I’m getting an error saying: Assign: ‘â’ is an unexpected token. The expected token is ‘"’ or ‘’'. Line 1, position 15.