If it's in your source directory (and I'd recommend creating a separate directory for your XML file(s)), you have to read it into a string variable. Something like this:
xml = ReadAsciiFile("pkg:/source/myxml.xml")
xmlel = CreateObject("roXmlElement")
xmlel.Parse(xml)
Hope this helps!
-JT
Roku Community Streaming Expert
Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.
I am not a Roku employee.