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 2002/06/23 10:04:00 UTC

DO NOT REPLY [Bug 10159] New: - doesn't work

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

<util:include-expr> doesn't work

           Summary: <util:include-expr> doesn't work
           Product: Cocoon 2
           Version: 2.0.3
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: sitemap components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: andi@andi.ch


The Function <util:include-expr> doesn't work in 2.0.3. This worked in earlier 
versions.

<util:include-expr>
   <util:expr>
       <xsp:expr>helper.getXML()</xsp:expr>
   </util:expr>
</util:include-expr>

The function getXML() returns the following string (for testing):

<test>test</test>
 

The Output contains neither the <test> tag nor the value 'test'.

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org