Results 1 to 9 of 9

Thread: XML Parser (written entirely on VB6)

Threaded View

  1. #1

    Thread Starter
    Member Dragokas's Avatar
    Join Date
    Aug 2015
    Location
    Ukraine on fire (country of slaves)
    Posts
    750

    XML Parser (written entirely on VB6)

    Author: Jason Thorn (Fork by Alex Dragokas)

    There are 2 projects:

    1) GUI
    (activeX dll based)
    compile vbXml-browser\Browser\Browser.vbg
    Required: MSCOMCTL.OCX

    2) Simple app (debug. window sample)
    vbXml-simple\Project1.vbp

    Some xml files samples are in 'xml-files' dir.

    Classes allows to:
    - read .XML files
    - append nodes / attributes
    - serialize back to .xml

    Supported:
    - all required special characters
    - CDATA markup
    - UTF-16 LE XML files format (however, it will be converted to ANSI)
    - XML header
    - reading tags' attributes

    Currently not supported:
    - Entities

    P.S. There maybe some trouble with compilation GUI (vbg) caused by binary incompatibility. Maybe, someone help me to set project correctly.

    PPS. Classes are not well tested. I'll be glag to get feedback.

    Name:  title.jpg
Views: 2310
Size:  23.7 KB

    Feel free to use,
    Good luck
    Attached Files Attached Files
    Last edited by Dragokas; Nov 30th, 2017 at 02:32 AM.
    Malware analyst, VirusNet developer, HiJackThis+ author || my CodeBank works

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width