You can use XScript to insert an XML document into your page
(available on the 2.1-dev CVS tree only). The following XSP fragment
should do it:
http://apache.org/xsp";
xmlns:xscript="http://apache.org/xsp/xscript/1.0";
>
http://your.server.com/path/to/xml"/>
You can also check out th
> Is there a way to instantiate an
> org.apache.cocoon.components.source.URLSource object from within an XSP
> page? My problem is providing an
> org.apache.avalon.framework.component.ComponentManager object to the
> constructor. Where would I get one of those from within XSP java code?
> In a