Which is the best XML Parser for vc++ 6.0?
-
I need to define set of rules (around 300) which have some coditions for defining. So for that purpose i am using XML for defining rules. Now I am looking for the best and standard XML parser for Visual C++ 6.0 Please do suggest me. I have one more question is it good to define rules in XML file or INI file? [Defining rules are based certain conditions]
-
I need to define set of rules (around 300) which have some coditions for defining. So for that purpose i am using XML for defining rules. Now I am looking for the best and standard XML parser for Visual C++ 6.0 Please do suggest me. I have one more question is it good to define rules in XML file or INI file? [Defining rules are based certain conditions]
Hello, I good point to start from is XML_Parser_Sites[^] page. Hope it's usefull to you! Best regards, Mihai Moga
-
Hello, I good point to start from is XML_Parser_Sites[^] page. Hope it's usefull to you! Best regards, Mihai Moga
Thanks Mihai.