> I have a doubt like,how the Xsl (in transformer) is applied to Sax
> events ( that are generated from generator or aggregator)?
>
> { What i feel is, the xml should be present for writing an xsl. }
Xsl is not applied to Sax events. Xsl is applied to the XML document described
by the recieved Sax events. What most (if not all) Xslt engines do is that
they are using Sax events to create a DOM and then apply the Xsl
transformation.
HTH,
Damjan S. Vujnovic
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]