DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9499>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9499

xsl:import a file more than once (from different places in the import-tree)

           Summary: xsl:import a file more than once (from different places
                    in the import-tree)
           Product: XalanJ2
           Version: 2.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.processor
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Xalan seems to have problems when importing a file more than once in an      
import-tree, esp. from different locations.  Regarding the XSL specs this should    
not pose a problem, but somehow Xalan looses all rules (and doesn't apply any)    
if the import tree looks like this:    
    
A - B - Util    
      - C - Util    
      - D - Util    
  - E    
    
(A imports B and E; B imports Util, C, D; C and D both import Util as well).  
All rules from util _and_ C seem to vanish.  When I remove the import from file 
D, everything works ok.

Reply via email to