Has any one tried to parse files that has one long string???

And if so did you reformat the file and then parse or what???

for example
<?xml 
version="1.0"?><myLib><ID>123</ID><Entries>2</Entries><myEntries><myType><one>Hello</one><two>World</two><numTbl>2</numTbl><myTable><myTableEntry><three>Stop</three><four>Fighting</four></myTableEntry><myTableEntry><five>Right</five><six>Now</six>/myTableEntry></myTable></myType><myType><one>Hello</one><two>World</two><numTbl>2</numTbl><myTable><myTableEntry><three>Stop</three><four>Fighting</four></myTableEntry><myTableEntry><five>Stop</five><six>Fighting</six></myTableEntry></myTable></myType>/myEntries></myLib>

This long string just takes my out and appends the values together...

Any clue as to be way to parse this file and retrieve the correct values.

Brian Jones
Senior Software Engineer
(Email) [EMAIL PROTECTED]
Phone (410) 993-2072
Fax (410) 981-8381




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to