This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Parsing XML through VB



One of the easier ways to parse XML in VB is to use Microsoft's Document
Object Model (DOM), found in Microsoft's XML4. Install xml4 on your
machine, then in your VB project, add a reference to Microsoft XML, v4
(xml4.dll). Then look at the Object Browser to see all of the class members
available to you that you can program. There are lots and lots of articles
on the Internet to help you get started. Also, Saxon and Xalan products are
excellent for xml processing, but programming them in VB can be a bit more
complicated, and the amount of learning material on them is not yet as
abundant as with the DOM.







                                                                                                                           
                      kalpana rawat                                                                                        
                      <kal_xml@yahoo.com>               To:       xsl-list@lists.mulberrytech.com                          
                      Sent by:                          cc:                                                                
                      owner-xsl-list@lists.mulbe        Subject:  [xsl] Parsing XML through VB                             
                      rrytech.com                                                                                          
                                                                                                                           
                                                                                                                           
                      01/18/2002 12:25 PM                                                                                  
                      Please respond to xsl-list                                                                           
                                                                                                                           
                                                                                                                           




Hi All,

Could anybody tell me how to parse XML using VB if
there is any way to do it in VB.

Thanks,

kalpana

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list






 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]