Dim objReader1,objReader2,objds1,objds2 Set objReader1 = DotNetFactory.CreateInstance(“System.Xml.XmlTextReader”, “System.Xml”,”C:\Documents and Settings\kmohankumar\Desk… more →
Quick test professionalquicktestprofessional wrote 1 year ago: Dim objReader1,objReader2,objds1,objds2 Set objReader1 = DotNetFactory.CreateInstance(“System. … more →
quicktestprofessional wrote 1 year ago: Dim objWriter,XmlWriter Set objWriter = DotNetFactory.CreateInstance(“System.Xml.XmlWriter … more →
quicktestprofessional wrote 1 year ago: Set objReader = DotNetFactory.CreateInstance(“System.Xml.XmlReader”, “System.Xml … more →
quicktestprofessional wrote 1 year ago: This Example was written for comparing two XML files assuming the contents of the both XML has the f … more →
quicktestprofessional wrote 1 year ago: Dim description, filepath VBScript to read XML Set xmlDoc = CreateObject(“Msxml2.DOMDocume … more →
quicktestprofessional wrote 1 year ago: How Get Root Element attribute’s value from XML file Function GetRootElementAttributeValueFrom … more →