OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: XML from VB



You should also upgrade to the Microsoft XML v3.0 DOM.  You can get this from the Microsoft MSDN site, along with the SDK, which contains some good documentation.
 
-Ben Sarsgard
-----Original Message-----
From: Julian F. Reschke [mailto:julian.reschke@gmx.de]
Sent: Thursday, January 04, 2001 9:55 AM
To: RamMohan; xml-dev@lists.xml.org
Subject: RE: XML from VB

If it returns "false", it's not even well-formed.
 
Check the "parseError" information...
-----Original Message-----
From: RamMohan [mailto:rammohanpv@aztec.soft.net]
Sent: Thursday, January 04, 2001 3:53 PM
To: xml-dev@lists.xml.org
Subject: XML from VB

Hi all,
 
I have a requirement in which i need to parse an XML document from Visual Basic 6. Visual Basic actually comes with a built in parser. We can include that by going to Projects---> References----> Microsoft XML Version 2.0
 
Now i create a DOMDOCUMENT object and load an XML document using the loadXML method.
My idea is to parse the XML doc and retrieve all the elements and their attributes.
But this loadXML function which returns a boolean value, always returns false, even though i m loading a valid XML document.
 
Any help is appreciated
Ram