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?

_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


---------------------------------------------------------------------
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