On Wed, Jun 05, 2002, Bill Janssen wrote: > Suppose I succeeded in modifying the parser to make it possible > to reduce this 226 MB of HTML down to, say, a 23 MB (just > guessing) Plucker document. What would you do with it? Put it on a > memory card and open it with VFS? Would the viewer handle that?
The viewer handles one record at a time, so whether a document is 20 bytes or 20MB doesn't really matter... There is a limit for the number of records you can put in the document, though (the UID is 2 bytes). /Mike
