Greetings all, Thank you both .. Vadim and Erwin for pointing me in the right direction.
After careful study of both sitemaps I found the following ... the sub-sitemap (in vcard) was missing one component <map:selectors default="browser"/> I guess it was cut and paste that proved to be my nemesis ... and also staring at a monitor for 19 hours at a stretch ... ... I added the missing line in the sitemap ... and everything started working fine. One area of confusion is the use of the "*" and "**" ... is it just my imagination that * in a sitemap does not mean the same as * in a regular expression (expands to match zero or more characters???) ... there used to be a page that described that it has moved and I cannot find it. Anyway ... Cocoon is behaving now and life is good !! Now it is on to bigger and better (i.e. more complicated) sub-sitemaps Thanks again ... Conrad Vadim Gritsenko wrote: > > From: Conrad F. D'Cruz [mailto:[EMAIL PROTECTED]] > > > > > > > > Erwin wrote: > > > > > On Thu, 25 Apr 2002, Conrad F. D'Cruz wrote: > > > > > > > > <map:match pattern="vcard/**"> > > > > > > > > <map:mount uri-prefix="vcard" > > > > check-reload="yes" > > > > reload-method="synchron" > > > > src="c2/vcard/sitemap.xmap"/> > > > > > > > > <map:mount uri-prefix="vcard/**" > > > > check-reload="yes" > > > > reload-method="synchron" > > > > src="c2/vcard/sitemap.xmap"/> > > > > </map:match> > > > > </map:pipeline> > > > > > > > Try with one map:mount element under map:match, i.e. comment out or > remove > > > the second one. > > > > That's what I started out with .... and thought I needed the other > one. > > I went ahead and commented it out as directed. > > > > Uncomment last mount, remove first one. Log file should have a reason > logged. > > Vadim > > --------------------------------------------------------------------- > 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]> --------------------------------------------------------------------- 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]>
