2005-05-10, 09:32 PM
Remember I am new to C# and .net program so be nice
How would I search the config.xml passed to the plugin for a partial string? I want to search for âMAC-â
I am currently using
XmlNode node = doc.SelectSingleNode("/settings/MVPWidth")
to read in the sections I want.
Currently the only thing I can think of is using NextSibling and stepping through the file and comparing them. Is there an easier way?
How would I search the config.xml passed to the plugin for a partial string? I want to search for âMAC-â
I am currently using
XmlNode node = doc.SelectSingleNode("/settings/MVPWidth")
to read in the sections I want.
Currently the only thing I can think of is using NextSibling and stepping through the file and comparing them. Is there an easier way?
Windows XP Home
P4 2.6GHz - 768MB Ram 980GB 4 - HDD's
3 MVP
1 PVR-150
1 PVR-250
P4 2.6GHz - 768MB Ram 980GB 4 - HDD's
3 MVP
1 PVR-150
1 PVR-250