I\'m working with a team on a RPG engine in C# and XNA. We\'re planning on targeting Windows and Windows Phone 7, but are running into issues with AI interactions and contro
You could use an existing XML parser, there are a lot of different ways of doing it (SAX, StAX) and parsers available for many languages.
Then you could use XPath to reference nodes in your document.