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 2001/03/17 22:30:51 UTC

[Bug 1007] New - Xalan doesn't reset the path

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

*** shadow/1007	Sat Mar 17 13:30:51 2001
--- shadow/1007.tmp.28686	Sat Mar 17 13:30:51 2001
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | Xalan doesn't reset the path                                               |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1007                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.2                   |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: Medium                    Component: Xalan                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: jgarfunk@coopdata.net                                        |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL: http://www.coopdata.net:8080/xdocs/software/UniForum/UniForu |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I found this in Cocoon, and then localized it to Xalan. I'll do more debugging 
+ work to figure out what's going on here. All I know is that it runs differently 
+ from MSXML and it runs counter to how I'd expect.
+ 
+ The XML file is software/UniForum/UniForum-DB.xml; the stylesheet and schema 
+ are in "../lorax/". Whether I put the relative or absolute path for the URL, 
+ Xalan is looking there for the sub-documents (which have relative addresses).
+ 
+ So document('thread.xml') should look in the same directory as UniForum-DB.xml, 
+ but it's not. I'm going to look into it and post follow-up notes here.
+ 
+ I can confirm that I had Xalan/Cocoon working on Solaris when the XML/XSD/XSL 
+ are in the same directory.