I know this sounds like a newb question, but...

Is there a way to import an xml file into a vb project and have the structure and data visible? I'm wanting to create a data structure within my project that has all the data from the xml files already compiled in. The data in the xml file is static reference data that never changes, and my project lead doesn't want to put it in the database or distribute the xml file.

I'm just wondering if there's an easy way instead of manually building an array line by line - there are hundreds of data elements.

Any insight would helpful.

Thanks!