Sorry, wrong key  ;-)
 
Again my problem:
 
Have a strange problem with the URL matcher and HTTP GET parameters.
 
My URL looks like this:
 
I want to get the "text.xml" file. The URL is called by a external program, so I can't change it to http://HOST/cocoon/test/test.xml
 
In my sitemap there is a sitemap matching test.html and also this section
 
<map:match pattern="**/*.xml">
<map:read typ="text/xml" src=""/>
</map:match>
 
The URL http://HOST/cocoon/test/test.html/test.xml returns the test.xml file, but with request parameters it doesn't return the xml, but the html file.
 
Any ideas?
 
Regards,
Christian
 
 
----- Original Message -----
Sent: Tuesday, May 18, 2004 6:38 PM
Subject: URL matcher & parameter problem

Hi!
 
Have a strange problem with the URL matcher and HTTP GET parameters.
 
My URL looks like this:
 
I want to get the "text.xml" file. The URL is called by a external program, so I can't change it to http://HOST/cocoon/test/test.xml
 
In my sitemap
 
there is a sitemap matching test.html and also this section
 
<map:match pattern="**/*.xml">
 
</map:match>
 

Reply via email to