yellow_mongoose
08-26-2009, 08:02 PM
I know this isn't a traditional question for the XML section, but I'm still learning the basics of computer science and there's a lot of stuff I don't know. I have read that documents are stored as groups of records in a sequence, either accessed sequentially or using indexes or hashing. How does this apply to XML documents, which have a tree structure? I still don't quite understand the low level details of how files are broken down into records to be stored on a computer.