Search results for query: *

  • Users: KI-ChrisE
  • Content: Threads
  • Order by date
  1. K

    Getting node list

    Hi there, I've got some code I'm using to read an XML file: System.Xml XmlDocument etc etc Now my question is - with my XML file I have such things as: <bla> <name> <desc> <valuesss> <test> </bla> <bla> <name> <desc> <valuesss> <test> <red> <blue> </bla> Is there anyway I can go...
  2. K

    Null value while Reading XML file

    Null value question I've written this code for my XML reader: NodeText = XmlNode.ChildNodes.Item(XmlChildNodeCount).Innertext Now sometimes - when it reads this - it's going to come across nodes such as: <field /> Obviously in that situation - there is no InnerText and as such it will...
Back
Top