The following issue has been updated:

    Updater: Brian Minchau (mailto:[EMAIL PROTECTED])
       Date: Fri, 24 Sep 2004 8:29 AM
    Changes:
             Component changed to transformation
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XALANJ-287?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XALANJ-287

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XALANJ-287
    Summary: document() method accesses URIResolver multiple times
       Type: Bug

     Status: Open

    Project: XalanJ2
 Components: 
             Xalan-interpretive transformation
             transformation
   Versions:
             2.2.x

   Assignee: Myriam Midy
   Reporter: Shane Curcuru

    Created: Mon, 2 Jul 2001 4:59 PM
    Updated: Fri, 24 Sep 2004 8:29 AM
Environment: Operating System: Other
Platform: Other

Description:
TestID URIResolverTest.java, URIResolverTest.xsl
Run this test and examine the output (2 Fails generated).  Note that the 
expected data in the .java file is set to the munged URI's of the three document
() calls when performing the transform().  The LoggingURIResolver however 
captures all calls to the URIResolver - and the URI from each document() call 
is first resolved twice twice in document order (i.e. a, a, b, b, c, c); then 
each one is resolved once again in document order (i.e. a, b, c).  One would 
think that each URI should only be resolved once.  This may have impact on 
users who use URIResolvers to define caching or other algorithims.
(Note: I thought I reported this a few weeks back but must have missed it - 
this is not new)


---------------------------------------------------------------------
JIRA INFORMATION:
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to