Hello to all,

I am using Tomcat4 and cocoon2. I am having the
following structure:
/cocoo/sic/ contains
voice-email.xsl
voice-exam-result.xsl
and /cocoo/sic/xsp/ contains
voice-email.xml
voice-exam-result.xml

Here is my sitemap entries for both voice-email.xml
 and voice-exam-result.xml

<map:match pattern="sic/xsp/voice-email.xml"> 
    <map:generate type="serverpages"
src="sic/xsp/voice-email.xml"/> 
    <map:transform type="xslt"
src="sic/voice-email.xsl"/> 
    <map:serialize type="xml"/>
  </map:match>
<map:match pattern="sic/xsp/voice-exam-result.xml"> 
    <map:generate type="serverpages"
src="sic/xsp/voice-exam-result.xml"/> 
    <map:transform type="xslt"
src="sic/voice-exam-result.xsl"/> 
    <map:serialize type="xml"/>
  </map:match>

As you have noticed both voice-email.xml
 and voice-exam-result.xml are in the same directory
so are voice-email.xsl and voice-exam-result.xsl .

Yet I can request voice-exam-result.xml without any
problem but the request of voice-email.xml throws HTTP
404 not found error.

Please help me to solve this problem.
Thank you in advance.
Bobo
A final year student.



__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

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