in reply to When does XML get to be too much?
Basically what you are trying to do is use the XML file as a flat file database, and that doesn't really appear to be a good choice of technology for the problem.
XML is intended as a medium to allow inter-system communication of information; it creates a framework that provides the structure of the data within the data. I don't think XML is providing you any benefit here, and is a slow performing technology for the application. You would be better served by some form of database.
When is XML too much? When you use it for the wrong thing -- much the same issue as any tool.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: When does XML get to be too much?
by bronto (Priest) on Jan 26, 2003 at 20:43 UTC | |
by mirod (Canon) on Jan 26, 2003 at 21:57 UTC |