Hi , I have no idea if this is possible or how to achieve it.
I have a large string that contains repeating data and is formated so:
0*SUCCESS*M00*PULLEN*RICK*PAUL*02121961* **M*M*6000731116^0* D003260*29 I have data sets in here M00 & M13 & M14 that contain specific data Eg *3*test1*name*value*test2*name2*value2*test3*name3*value3******* I am building an XML file which i will convert into a schema to incorporate
LEOPOLD
AVENUE*CHELMSFORD*ESSEX**M13*********1*8*02121961********************TETNUS
*M14******
Some of these groups contain a numeric number of how many repeating items
exist in the group, but for example the output is defined as having max 5
reapeating then the output would look like
this... HOW do i get the data into this xml format within my application.
IE I can get to each value how do i then create the XML document so i could
view the data in Internet explorer (as its going to be a web service in the
end!)