On 24.May.2002 -- 07:45 PM, Peter, Reto wrote: > I've a Problem with a XSP Page, which includes data from a different > Namespace:
> <util:include-expr><util:expr><xsp:expr>xmlDoc</xsp:expr></util:expr></util: > include-expr> > In the xmlDoc, there is something like <myRecord ino:id="1">... > > The message in the Cocoon Sitemap.log says, that the namespace 'ino' could > not be found in the XSP. The data is passed through a different parser that does not inherit the namespace declaration from your xsp. Your document must include a namespace declaration. But you can try to slip such declaration in right after the <util:include-expr> tag. No guarantees, though. Chris. -- C h r i s t i a n H a u l [EMAIL PROTECTED] fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08 --------------------------------------------------------------------- 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]>