Hmm, I have a feeling this is a bug in cocoon utils:


<?xml version="1.0"?>
<xsp:page language="java"
   xmlns:xsp="http://apache.org/xsp";
   xmlns:session="http://apache.org/xsp/session/2.0";
   xmlns:xsp-request="http://apache.org/xsp/request/2.0";
   xmlns:util="http://apache.org/xsp/util";
> 

<page>
  <title>
  <util:get-file-content name="foo.txt"/> 
  </title>
</page>
</xsp:page>

(foo.txt contains hello)
this compiles but the title tags are empty in parsed output.
This is cocoon 2.0.3. Could someone plase try if it works 
with some other versions.

Yours,
Marko



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to