Hi Brian,

At 12.29 23/07/2004 -0700, Jones, Brian O. wrote:
Has any one tried to parse files that has one long string???

Yes...


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

No. Parsing just works.


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...

What do you mean by "takes my out and appends the values"? Can you write what you get? And, more important, what code did you write?


Alberto


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]



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



Reply via email to