Re: [DOTNET] XML is not a database

2002-06-07 Thread Justin Harrell
nce the xml database I linked to accepts XPath as a query language yet it is not a DOM. Justin Harrell Vice President Development Aciss Systems Inc. -Original Message- From: Brad Wilson [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 10:52 AM To: [EMAIL PROTECTED] Subject: [

Re: [DOTNET] XML is not a database

2002-06-07 Thread Bryan Batchelder
ust sack up and use MSDE, MySQL, or Access. --b Bryan Batchelder eBusiness Consultant ConnectWise, Inc. 813-935-7100 x 425 > -Original Message- > From: Brad Wilson [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 10:52 AM > To: [EMAIL PROTECTED] > Subject:

[DOTNET] XML is not a database

2002-06-07 Thread Brad Wilson
Bryan Batchelder wrote: > In memory databse using XML and Xpath: > http://www.15seconds.com/issue/010410.htm While this is an interesting possibility, it presents a few (perhaps important) problems: 1. Significant memory consumption. For the moment, XPath requires a DOM, and a DOM requires t