[ http://issues.apache.org/jira/browse/XALANJ-1735?page=all ]

Brian Minchau updated XALANJ-1735:
----------------------------------

    Fix Version: 2.7

> 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
>      Fix For: 2.7

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

Reply via email to