lyang has asked for the wisdom of the Perl Monks concerning the following question:
say I have several dozens chromosome and 40000 gene nodes. In each node, it contains endless features. I tried to use XML:DOM and XML:twig to build a big tree and print them to file, but the memory is not enough to do this. is there a better way to get around this problem? thanks lyang<?xml version="1.0"?> <bioml label="yeast ORFs"> <organism label="Saccharomyces cerevisiae (yeast)"> </organism> </bioml>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to write a huge XML file without encountering memory limits
by cyocum (Curate) on Jul 20, 2001 at 01:27 UTC | |
|
Re: how to write a huge XML file without encountering memory limits
by princepawn (Parson) on Jul 20, 2001 at 02:10 UTC | |
|
Re: how to write a huge XML file without encountering memory limits
by voyager (Friar) on Jul 20, 2001 at 03:08 UTC | |
|
Re: how to write a huge XML file without encountering memory limits
by abstracts (Hermit) on Jul 20, 2001 at 01:14 UTC | |
|
example
by lyang (Initiate) on Jul 20, 2001 at 01:20 UTC |