can i perform xml operations in XMLLITE with the same features of MSXML?

Posted by Rajakumar on Stack Overflow See other posts from Stack Overflow or by Rajakumar
Published on 2010-06-01T09:59:00Z Indexed on 2010/06/01 10:03 UTC
Read the original article Hit count: 178

Filed under:
|
|
|

Hi , I know something about MSXML parser ,to create an xml with native code ..Msxml depends COM..So I want to create xml without com and dom ,so i wish to choose XMLLITE..but i dont know full details about xmllite ,when i was read the xmllite documentation in msdn ,i gathered some points ,they will provide only 2 things (IXMLReader & IxmlWriter).Here in msxml ,i had many functions to do xml operations ,such as selectsinglenode,appendchild ..Now can i perform the same things with XMLLITE?..please give me the right choice towards this ...

© Stack Overflow or respective owner

Related posts about Xml

Related posts about msxml