On Thu, 30 Jan 2003, Richard Cunliffe wrote: > Apache Tomcat/4.0.6 - HTTP Status 404 - /soundpool/soundpool.xml > type Status report > message /soundpool/soundpool.xml > description The requested resource (/soundpool/soundpool.xml) is not > available.
> > <!-- soundpool --> > > <map:pipeline> > <map:match pattern="soundpool/soundpool"> > <map:generate src="soundpool.xml"/> > <map:transform src="soundpool.xsl"/> > <map:serialize/> > </map:match> > </map:pipeline> Richard, >From the looks of it, you're requesting "/soundpool/soundpool.xml" from your browser? your map:match will only match "/soundpool/soundpool", however. Try requesting "/soundpool/soundpool" in your browser. At least, that's what it looks like to me right now. Regards, Tony --------------------------------------------------------------------- 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]>