DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28936>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28936 Missing Records Summary: Missing Records Product: XalanJ2 Version: 2.0.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: org.apache.xalan.lib.Redirect AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] With following code I am trying to create three different out put files. <xsl:call-template name="record1"/> <xalan:open file="{$control12}_record2.txt"/> <xalan:write file="{$control12}_record2.txt"> <xsl:call-template name="record2"/> </xalan:write> <xalan:open file="{$control12}_record3.txt" append="true"/> <xalan:write file="{$control12}_record3.txt"> <xsl:call-template name="record3"/> </xalan:write> Second and third files are missing some records. If I don't write to different files and just write to one. Then I got all my records. Any Idea. Thanks, Ranjan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
