Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Nested series?

From: eric_merritt/rh/mccinc%mccinc:mcc-associates at: 19-Oct-2000 23:48

Hey Guys, I hope yall can help me with this one. I realize that this may be a simple concept that I just may be missing the boat on. (I sure hope so, I would hate to think I was stupid lol) Anyway, I have data that is best represented by a nested structure in the form of [document [node1 [Subnode1 data1 data2] [Subnode2 [subnode3 data2 data2 data3] ] ] [node2 data1 data2] [node3 [subnode1 data1 data2] ] ] This is much like the values returned by the parse-xml function. I hade in fact considered using the xml to represent my data in a file. My problem is that I need to manipulat this structure based in the node names. I need the capability to insert update and delete. Like I said I may be just missing something here but for the life of me I can't figure it out. I had thought of using index values off of the find or select but that is not support. Please realize that I am new to rebol (though an instant convert) and this is VERY diffrent from the java code I usually right. Thanks every one.