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