Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi

i would like to get the range of string and place in List<string> where
start delimter --> soap:Envelope
Ending delimter --> /soap:Envelope

Eg:
XML
<head>xxx</head>
<body>
xml soap:Envelope xxxx
xxxx
xxxx
xxxx
/soap:Envelope

data soap:Envelope xxxxx
xxxx
xxxx
xxxxx
/soap:Envelope
</body>
Posted
Updated 25-Mar-13 1:49am
v2

1 solution

This looks like XML, so you could use the built in XmlReader Class[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900