Need to slice the contents in xml file

Ismail

New Member
Sir,I am doing the task on fetching the contents from the xml file.I read the contents from other node but in first the contents are in the following form.\[code\]<NEWSFEED><ARTICLE ID="665875" POSTING_DATE="25-Jun-2012" POSTING_TIME="06:00" ARCHIVE_DATE="18-Jun-2013"><NEWS_TYPE>News</NEWS_TYPE><HEADLINE>Diabetes Can Make a Comeback After Weight-Loss Surgery: Study</HEADLINE></ARTICLE></NEWSFEED>\[/code\]I want to slice those contents from following line of xml\[code\]<ARTICLE ID="665875" POSTING_DATE="25-Jun-2012" POSTING_TIME="06:00" ARCHIVE_DATE="18-Jun-2013">\[/code\]Thanks
 
Back
Top