> From: Wap Brunei [mailto:[EMAIL PROTECTED]]
> 
>   <xsp:logic>
>      XMLDBManager db = new XMLDBManager();
>      String node = (String)db.RetrieveDoc("00001");
>   </xsp:logic>
>   <Cocoon>
>      <xsp:content>
>        <xsp:expr>node</xsp:expr>
>      </xsp:content>
>   </Cocoon>
> 
> ???? node is an xml document in string how can i make cocoon return
value as
> an xml element

Check how to stream xmldb object into SAX in XMLDBSource.java.
Why don't you use xmldb protocol?

Vadim


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

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

Reply via email to