Srs,
Tenho que tratar a sequencia de string abaixo:
ProfileCps[0].ProfileInfo.Context Profile
ProfileCps[0].ProfileInfo.Type Adsl2ChanProfile
ProfileCps[0].ProfileInfo.Name chan_2560_640
ProfileCps[0].ProfileInfo.Modified 2007-05-22T07:33:04
ProfileCps[1].ProfileInfo.Context Profile
ProfileCps[1].ProfileInfo.Type Adsl2ChanProfile
ProfileCps[1].ProfileInfo.Name chan_prof_a
ProfileCps[1].ProfileInfo.Modified 2007-05-10T12:50:11
Vou usar regex, porem preciso pegar somente os campos:
ProfileCps[1].ProfileInfo.Type Adsl2ChanProfile
ProfileCps[0].ProfileInfo.Name chan_2560_640
A partir dae eu vou popular o meu bean, notem que eu tenho a chave para cada um, ex. 0,1,2 e assim por diante. Alguem tem alguma ideia de como fazer isto?
Att,
Paulo