[ http://issues.apache.org/jira/browse/XALANJ-1771?page=all ]
Brian Minchau closed XALANJ-1771:
---------------------------------
Assign To: (was: Xalan Developers Mailing List)
> ElemLiteralResult and ElemTextLiteral do not flush soon enough when tracing
> ---------------------------------------------------------------------------
>
> Key: XALANJ-1771
> URL: http://issues.apache.org/jira/browse/XALANJ-1771
> Project: XalanJ2
> Type: Bug
> Components: Xalan-interpretive, parse-or-compile
> Versions: Latest Development Code
> Environment: Operating System: Other
> Platform: Other
> Reporter: Brian Minchau
> Attachments: apache.org.apache.xalan.templates.patch.txt
>
> Because the serializer buffers some output, some trace events occur out of
> order.
> For example if the serializer output is
> ...<out1>text1<out2>text2</out2></out1>
> then "text1" might be buffered and the trace listener can get the event for
> the
> start of <out2> before the event for the text "text1". The fix is for
> ElemTextLiteral and ElemLiteralResult to flush the serializer before starting
> the new element.
> This would only happen when tracing, so the flushing is not a performance
> issue
> when not tracing.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]