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 2002/05/29 20:40:11 UTC

DO NOT REPLY [Bug 9499] New: - xsl:import a file more than once (from different places in the import-tree)

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: xalan-dev@xml.apache.org
        ReportedBy: Sascha.Luedecke@ragbildung.de


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.