You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2004/05/12 22:52:17 UTC

DO NOT REPLY [Bug 28936] New: - Missing Records

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: xalan-dev@xml.apache.org
        ReportedBy: ranjan.kumar@proactcorp.com


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: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org