On 01 Dec 2008, at 21:39, Andreas Delmelle wrote:
<snip /> there's no way to guarantee that it will not turn up further in the stream, I'm afraid... unless by having looked at the entire source-document (which, strictly speaking, the XSLT processor has,
I realize this should have been 'possibly has'. In full streaming mode, it is possible for the XSLT processor to send FOP a startElement("root") long before it has processed the full XML source.
The point is that you could build an xsl:key map to search for the values of elements/attributes in the entire document. In doing so, you will force the processor to look at the whole document before FOP receives the first startElement() event, which could be put to work to your advantage, I think...
HTH! Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
