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=7001>.
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=7001

xsltc does not resolve import/include filenames with \

           Summary: xsltc does not resolve import/include filenames with \
           Product: XalanJ2
           Version: CurrentCVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If the path to a file in an import or include has a backslash, 
XSLTC can't find the file. 

For example, impincl11 has <xsl:import href="fragments\ss2.xsl"/>
which causes XSLTC to give the following error:

Compiler error(s): 
 
/net/bigblock/files18/tamiro/xml-xalan/test/tests/conf/impincl/fragments\ss2.xsl
(No such file or directory)
Translet error(s): Cannot find class 'impincl11'.

Conformance tests impincl16 and impincl17 also have backslashes.

Reply via email to