You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/03/31 18:36:03 UTC

DO NOT REPLY [Bug 28094] New: - xi:fallback fail when use parse="text"

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28094>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28094

xi:fallback fail when use parse="text"

           Summary: xi:fallback fail when use parse="text"
           Product: Cocoon 2
           Version: 2.1.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: Feliciano.borrego@sigmaaie.org


The attribute <xi:fallback> fail with error:
--------------------------------------------
org.apache.cocoon.ProcessingException: Failed to execute pipeline.:
org.apache.cocoon.ProcessingException: Exception during source resolving.:
org.apache.excalibur.source.SourceException: Cannot get input stream for
cocoon://sigportal/docref/D/18000/refD015495.doc

xsp Code:
---------
<detalle>
   <xi:include parse="text">
      <xsp:attribute name="href">
         <xsp:expr>sbDescri</xsp:expr>
      </xsp:attribute>
      <xi:fallback>No disponible</xi:fallback>
   </xi:include>
</detalle>