http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2719 *** shadow/2719 Fri Jul 20 13:05:48 2001 --- shadow/2719.tmp.28420 Fri Jul 20 13:05:48 2001 *************** *** 0 **** --- 1,23 ---- + +============================================================================+ + | xsltc fails conf test impincl08 can't find doc referenced from import | + +----------------------------------------------------------------------------+ + | Bug #: 2719 Product: XalanJ2 | + | Status: NEW Version: CurrentCVS | + | Resolution: Platform: All | + | Severity: Normal OS/Version: All | + | Priority: Other Component: org.apache.xalan.xsltc | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Test impincl08 includes a stylesheet with href="../impincl-test/impincl08.xsl", + which in turn has a document function that references a document as + 'testfile.xml'. The file is located in ../impincl-test (the same directory as + the imported stylesheet). xsltc looks for it in the directory where the main + stylesheet resides. Other XSLT processors (Xalan, Saxon, XT) all correctly find + the document by looking for it in the same directory as the style sheet that + references it.
