I always used XmlDocument to load a xml file into memory and to access it.
But if the xml is very huge (Say over 500MB)
How can I access it?

Re: How to access a huge xml document by Cor

Cor
Sat May 28 01:55:51 CDT 2005

Ad,

This is an ADONET newsgroup, if it is about an XMLDocument, I guess you will
have a better change on an answer in one of the languages newsgroups.

microsoft.public.dotnet.languages.vb/csharp/vc

Just an idea

Cor



Re: How to access a huge xml document by Adrian

Adrian
Sat May 28 07:28:21 CDT 2005

ad,

Buy more memory? ;-)

Ad.
"ad" <ad@wfes.tcc.edu.tw> wrote in message
news:ezgR4g0YFHA.1088@TK2MSFTNGP14.phx.gbl...
>I always used XmlDocument to load a xml file into memory and to access it.
> But if the xml is very huge (Say over 500MB)
> How can I access it?
>
>
>
>



Re: How to access a huge xml document by Robbe

Robbe
Sat May 28 19:47:31 CDT 2005

XmlTextReader...

--
2004 and 2005 Microsoft MVP C#
Robbe Morris
http://www.robbemorris.com
http://www.masterado.net



"ad" <ad@wfes.tcc.edu.tw> wrote in message
news:ezgR4g0YFHA.1088@TK2MSFTNGP14.phx.gbl...
>I always used XmlDocument to load a xml file into memory and to access it.
> But if the xml is very huge (Say over 500MB)
> How can I access it?
>
>
>
>



Re: How to access a huge xml document by ad

ad
Sun May 29 00:19:50 CDT 2005

Thank,
For example, I have a xml document below
How can I use XmlTextReader to export it into a database ?
----------------------------------------------------------------------------
----------------------------------
<?xml version="1.0" encoding="utf-8" ?>
<bookstore>
<book>
<title>The Handmaid's Tale</title>
<price>12.95</price>
</book>
<book>
<title>Pride and Prejudice</title>
<price>24.95</price>
</book>
</bookstore>
----------------------------------------------------------------------------
-------------------------------

"Robbe Morris [C# MVP]" <info@eggheadcafe.com> ¼¶¼g©ó¶l¥ó·s»D
:eDKHYf#YFHA.1092@tk2msftngp13.phx.gbl...
> XmlTextReader...
>
> --
> 2004 and 2005 Microsoft MVP C#
> Robbe Morris
> http://www.robbemorris.com
> http://www.masterado.net
>
>
>
> "ad" <ad@wfes.tcc.edu.tw> wrote in message
> news:ezgR4g0YFHA.1088@TK2MSFTNGP14.phx.gbl...
> >I always used XmlDocument to load a xml file into memory and to access
it.
> > But if the xml is very huge (Say over 500MB)
> > How can I access it?
> >
> >
> >
> >
>
>