You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Henry Zongaro (JIRA)" <xa...@xml.apache.org> on 2004/10/25 19:50:47 UTC

[jira] Resolved: (XALANJ-1735) Missing Records

     [ http://issues.apache.org/jira/browse/XALANJ-1735?page=history ]
     
Henry Zongaro resolved XALANJ-1735:
-----------------------------------

     Assign To:     (was: Xalan Developers Mailing List)
    Resolution: Cannot Reproduce

Hi, Ranjan.  Nobody working on Xalan-Java has been able to reproduce the problem you describe.  If you still experience this problem, and you are able to provide a complete test case (stylesheet and input document), please reopen this bug report.

> Missing Records
> ---------------
>
>          Key: XALANJ-1735
>          URL: http://issues.apache.org/jira/browse/XALANJ-1735
>      Project: XalanJ2
>         Type: Bug
>   Components: Xalan extensions
>     Versions: 2.0.0
>  Environment: Operating System: Windows NT/2K
> Platform: PC
>     Reporter: Ranjan Kumar

>
> 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

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org