Where exactly is the XMLByteStream used?
Lots of places. Caching in general
> If it is possible to apply a
transformation step afterwards I see possible unexpected behaviour:
<xsl:template match="text()"> <p><xsl:value-of select="."/></p> </xsl:template>
If we talk about the same problem I see, there will possibly be later more <p> than there should be. It should be fixed then.
Yes, I guess this is a problem with the current patch. Maybe we even should revert it for the release.
I already have something sitting on my disk. Will try and commit it after the code freeze.
We don't break anyone's code with the current patch, at least I guess no one is relying on the exception thrown until now :-) But if you have already something working, that's better than the current one let's fix the current behaviour after the release. Or does this temporary solution do any harm?
Joerg