System.XML

admin

Administrator
Staff member
Hi,I am new on the .Net framework. I have an object that parses and transformsxml document using MSXML30 / 40.I am now trying to recreate this object in the .Net framework using the System.Xmlclasses. This seems to be more difficult than what I expected, the structurehas changed completely. I can load the xml document but the selectSingleNodedoesn't exist. The XmlNavigator class in turn doesn't have a load method.Are there any samples on the NET that I can reference? Can anyone point mein the right direction please?RegardsJaco
 
Back
Top