* A. Nonym wrote in microsoft.public.dotnet.xml:
>in the lab couse this semester we are asked to transfer a big xml file
>(more than 300MB) with DTD into a relational database. Any ideas how we
>can do it effenciently?
That depends a bit on the complexity of the mapping. One way would be to
use the pull-parser to transform the XML into a comma separated values
file and import that into the database. Some RDBMS systems also support
importing XML natively, and inserting the data as you parse the document
is another alternative.

Signature
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/