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 2003/09/08 17:12:03 UTC

DO NOT REPLY [Bug 22993] New: - Problem with XSLTC redirect function

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

Problem with XSLTC redirect function

           Summary: Problem with XSLTC redirect function
           Product: XalanJ2
           Version: 2.5Dx
          Platform: Other
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: gustavo.cores@factiva.com


I am trying to do do a simple redirect using the XSLTC compiler but the XSLTC 
redirect function does not seem to accept the select attribute and takes the 
file attribute as compulsory.

This:
  <redirect:write select="$fileName">

produces the error:
 'file:///H:/Projects/FCPSP/./data/map/companies.xslt: line 30: Required 
attribute 'file' is missing.'

Is there anything else I can use?

Regargs

Gustavo