Originally written by: 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: 58
Size: 23.7 KB]()
Feel free to use,
Good luck :)
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.
Feel free to use,
Good luck :)