Hi, I am a C++ developer. I am into a project where parametrization of application through XML files is needed. Although I have studied XML a bit, but I am new to XML parsing. Can anyone suggest a few links, where I can find free SDK for XML parsing. Can anyone direct me to a link, where I can know my options and also any tutorial for the same purpose. I am working hard to find this on net but I can not understand a proper choice which is worth spending more efforts to include in my project. Also can anyone please let me know more about Xalan and Xerces? On Apache I could not find beginner details about these. Any help and direction in this regard will be highly appreciated. Thanks and Regards Bhawna
"Bhawna" wrote in message news:f106f4f3-0f8d-4d12-a9da-e7f5d7a89cf9@a32g2000prf.googlegroups.com... > Hi, > > I am a C++ developer. I am into a project where parametrization of > application through XML files is needed. Although I have studied XML a > bit, but I am new to XML parsing. Can anyone suggest a few links, > where I > can find free SDK for XML parsing. Can anyone direct me to a link, > where I can know my options and also any tutorial for the same > purpose. > > I am working hard to find this on net but I can not understand a > proper choice which is worth spending more efforts to include in my > project. Also can anyone please let me know more about Xalan and > Xerces? On Apache I could not find beginner details about these. > > Any help and direction in this regard will be highly appreciated. > > Thanks and Regards > Bhawna The two non .NET Microsoft offerings are Microsoft XML core services 6.0 and XmlLite. -- Joe Fawcett (MVP - XML) http://joe.fawcett.name
You did not specify any reason why you can't use the XML parser that Microsoft provides. The Microsoft software is documented in the MSDN and is easy to find. There are very many samples and articles in the MSDN. "Bhawna" wrote in message news:f106f4f3-0f8d-4d12-a9da-e7f5d7a89cf9@a32g2000prf.googlegroups.com... > Hi, > > I am a C++ developer. I am into a project where parametrization of > application through XML files is needed. Although I have studied XML a > bit, but I am new to XML parsing. Can anyone suggest a few links, > where I > can find free SDK for XML parsing. Can anyone direct me to a link, > where I can know my options and also any tutorial for the same > purpose. > > I am working hard to find this on net but I can not understand a > proper choice which is worth spending more efforts to include in my > project. Also can anyone please let me know more about Xalan and > Xerces? On Apache I could not find beginner details about these. > > Any help and direction in this regard will be highly appreciated. > > Thanks and Regards > Bhawna >