XML Parsing
-
Hi!! Can anybody tell me . what is IXMLDOMDocument or IXMLDOMDocumentPtr?? And how is it related with xml pARSING. i want to convert my old ini files into xml files by using XML Parsing functions in an MFC SDI application. I had done the conversion by using old C Functions, but how to do it using MFC functions. Thanx "If you change then change for the good."
-
Hi!! Can anybody tell me . what is IXMLDOMDocument or IXMLDOMDocumentPtr?? And how is it related with xml pARSING. i want to convert my old ini files into xml files by using XML Parsing functions in an MFC SDI application. I had done the conversion by using old C Functions, but how to do it using MFC functions. Thanx "If you change then change for the good."
swaapu wrote:
i want to convert my old ini files into xml files by using XML Parsing functions in an MFC SDI application. I had done the conversion by using old C Functions, but how to do it using MFC functions.
look for CMarkUp class here at CP, that will sort out your problem :)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV
-
Hi!! Can anybody tell me . what is IXMLDOMDocument or IXMLDOMDocumentPtr?? And how is it related with xml pARSING. i want to convert my old ini files into xml files by using XML Parsing functions in an MFC SDI application. I had done the conversion by using old C Functions, but how to do it using MFC functions. Thanx "If you change then change for the good."
-
Hi!! Can anybody tell me . what is IXMLDOMDocument or IXMLDOMDocumentPtr?? And how is it related with xml pARSING. i want to convert my old ini files into xml files by using XML Parsing functions in an MFC SDI application. I had done the conversion by using old C Functions, but how to do it using MFC functions. Thanx "If you change then change for the good."
swaapu wrote:
IXMLDOMDocument or IXMLDOMDocumentPtr
are Types used in Microsofts bloated COM-operated XML-DOM-parser. I hate this thing, I find it totally unusable. If you only want short ini-filies XMLized I would recommend a smaller parser (like CMarkup[^] I really liked their versions up until 6 and have no idead of the bloat-factor till then. Another alternative would be Xerxes, which, while also being huge, i feel has a much better interface than MSXML.
"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation." -- Caius Petronius, Roman Consul, 66 A.D.
-
swaapu wrote:
IXMLDOMDocument or IXMLDOMDocumentPtr
are Types used in Microsofts bloated COM-operated XML-DOM-parser. I hate this thing, I find it totally unusable. If you only want short ini-filies XMLized I would recommend a smaller parser (like CMarkup[^] I really liked their versions up until 6 and have no idead of the bloat-factor till then. Another alternative would be Xerxes, which, while also being huge, i feel has a much better interface than MSXML.
"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation." -- Caius Petronius, Roman Consul, 66 A.D.