0

Can anyone please help me to know the functions available in vc 6.0 or vc++ 6.0 library for xml parsing and creation.

Actually I am beginer in vc++ and I have to work with vc++ 6.0 only. I know there are api's in vc++ 8.0 but I want api's for vc++ 6.0 version.

Please help me if you know any function in v*c++ 6.0* library.

Thanks and regards

Safiuddin S.K.

Jenz
  • 8,280
  • 7
  • 44
  • 77
user3587879
  • 127
  • 3
  • 12
  • you can incorporate any of the parsers noted in a previous question http://stackoverflow.com/questions/170686/best-open-xml-parser-for-c – AurA Apr 30 '14 at 05:49

1 Answers1

0

Try MSXML or XmlLite. See MSXML references or XmlLite references for more informations.

UltimaWeapon
  • 2,343
  • 18
  • 19