> I was having difficulty constructing a map entry that will display XML 
> output within the IE browser.  

It sounds like you have two separate problems:

> In which I receive a cocoon error message 
> within Tomcat 4.0.1 web server.

What's the error message?

> In which I have the following in a sitemap file:

> <map:pipeline>
>  <map:match pattern="testXMLOutput">
>  <map:generate src="test.xml"/>
>  <map:transform src="test.xsl"/>
>  <map:serialize type="html"/>

should be type="xml" if you are outputting XML, but this should just cause
the results not to display as you expect and not cause a Cocoon error...

> </map:match>
> </map:pipeline>


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

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

Reply via email to