A weaker XSL?

Michael.Kay at icl.com Michael.Kay at icl.com
Fri Feb 5 14:48:47 GMT 1999


> 
> 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 at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list