> From: Wap Brunei [mailto:[EMAIL PROTECTED]]
> 
> this is my xml file
> ===================================================================
> <?xml version="1.0"?>
> <?cocoon-process type="xsp"?>
> <xsp:page xmlns:xsp="http://www.apache.org/1999/XSP/Core";
>         xmlns:map="http://apache.org/cocoon/sitemap/1.0";>
>   <Cocoon>
>      <map:generate src="xmldb:xindice:///db/addressbook#//fname"/>
>   </Cocoon>
> </xsp:page>
> ===================================================================
> 
> the result is
> ===================================================================
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
> "http://www.w3.org/TR/REC-html40/strict.dtd";>
> <Cocoon>
>      <map:generate
> src="xmldb:xindice:///db/addressbook#//fname"></map:generate>
>   </Cocoon>
> <!-- This page was served in 5818 milliseconds by Cocoon 1.8 -->
> 
> ===================================================================
> 
> What happen?
> 

It has happened that you are trying to use Cocoon 2.0 sitemap feature
inside Cocoon 1.8 XSP file. Either you have to use Cocoon 2.0 and read
on what sitemap is (lots of documentation is available), or figure out a
way to use XIndice from Cocoon 1.8.

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