[
Lists Home |
Date Index |
Thread Index
]
- From: Michael.Kay@icl.com
- To: xml-dev@ic.ac.uk
- Date: Fri, 5 Feb 1999 14:43:49 -0000
>
> How do I build a table of contents that is output BEFORE the document
> without reading the whole input before I start to output?
>
You can't, and that isn't my objective. What you can do, and what I
currently do with SAXON, is to perform a single serial pass of the input
document that simultaneously generates a TOC and the main rendered document
on two separate output streams, then merge these together for presentation.
This is far more efficient with a large document than building the entire
document tree in memory or scanning it twice.
Mike Kay
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|