karthikeyank
September 18th, 2000, 05:44 AM
hi,
I have some xml content say ::
/myname.doc
2000-08-22T04:29:03Z
19968
Tue, 22 Aug 2000 04:29:03
im writing a VC++ application which gets me the above response from the server .. now i want to parse that response so that i get only the content length for example my output should be for getcontent length just 19968 and not
19968.
are there any easy to use functions available to parse the xml content??
Thanks
I have some xml content say ::
/myname.doc
2000-08-22T04:29:03Z
19968
Tue, 22 Aug 2000 04:29:03
im writing a VC++ application which gets me the above response from the server .. now i want to parse that response so that i get only the content length for example my output should be for getcontent length just 19968 and not
19968.
are there any easy to use functions available to parse the xml content??
Thanks