Autor Tema: Read XML file in VB6  (Leído 4065 veces)

0 Usuarios y 1 Visitante están viendo este tema.

cliv

  • Kilobyte
  • **
  • Mensajes: 69
  • Reputación: +1/-2
    • Ver Perfil
Read XML file in VB6
« en: Febrero 03, 2012, 08:03:05 am »
I need to read a xml file (see attached Errors.xml) in vb6 and load in a grid all parent with child
I try using Chilkat XML Activex (freeware Activex) but don't work.
Please help,
Chilkat XML activeX is freeware and can be downloaded from here:
http://www.chilkatsoft.com/download/XmlActiveX.msi
My source code can be downloader from here:
http://www.mediafire.com/download.php?3pbmq9yrgg36vk5

xkiz ™

  • Moderador Global
  • Gigabyte
  • *****
  • Mensajes: 283
  • Reputación: +30/-11
    • Ver Perfil
    • xkiz ™
Re:Read XML file in VB6
« Respuesta #1 en: Febrero 03, 2012, 04:07:44 pm »
you could use the xml class that leandro used in this project: clima en la barra de tareas
this is the original: SimpleXMLParser

this are references free, no activeX.

cliv

  • Kilobyte
  • **
  • Mensajes: 69
  • Reputación: +1/-2
    • Ver Perfil
Re:Read XML file in VB6
« Respuesta #2 en: Febrero 06, 2012, 05:45:08 am »
Thank you for answer...
I try to use Leandro clsXML but i'm blocked...
I messed up...and i can't read error code and error comments from  child (prescriptionDrugs)
I want to load information in grid like picture below.
http://img192.imageshack.us/img192/3888/exceldd.jpg


XML-TREE
http://img254.imageshack.us/img254/6812/xmltree.jpg


Source code + xml (clsXML-Leandro.zip):
http://www.mediafire.com/?n9d1jzdadaeayxx
« última modificación: Febrero 07, 2012, 04:55:03 am por cliv »

cliv

  • Kilobyte
  • **
  • Mensajes: 69
  • Reputación: +1/-2
    • Ver Perfil
Re:Read XML file in VB6
« Respuesta #3 en: Febrero 07, 2012, 04:54:24 am »
REZOLVED