![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: How to search HUGE XML with DOM?
From: bayerj <bayerj@in.tum.de>
Date: Fri Mar 31 2006 - 18:17:00 CEST
Mind, that XML documents are not more flexible than RDBMS.
You can represent any XML document in a RDBMS. You cannot represent any
Once you have set up your system in a practicable way (e.G. not needing
Anyway, cElementTree seems to be the best way to go for you now. Its
|