|
-
June 1st, 2006, 01:09 PM
#1
Simple string split problem
Hallo guys,
I have string like a html tags , which has many attributes , I want to seperate each of them
code:
<Configuration Name="Release|Win32" OutputDirectory="Release " IntermediateDirectory="../../../../output.tmp/Release/CacheTest/" ConfigurationType="1" CharacterSet="2">
I used strstr and strtok functions to seperate it using the white spaces , but its useless, as some of the values in quotes have whitespaces too.
Looking forward to your reply guys.
mfg,
kings
kings4u
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|