RE: Optional parameters

2002-03-05 Thread Vadim Gritsenko
> From: Olivier Boulanger [mailto:[EMAIL PROTECTED]] > > Hi all, > > I've got something like : Add couple of lines: > > > > > > > > > > In my sitemap. > > But I'm not sure that "lang" - optional parameter of doc.xsl - has been se

Re: Optional parameters

2002-03-05 Thread Bartomeu Adrover
If you use the transformer xsl with pass the parameter to the xslt, is not necessary to declare the parameters and use the match. Prove this: The tag send to xslt all the parameters from the url or the post request. See the cocoon documentation for other e

Optional parameters

2002-03-05 Thread Olivier Boulanger
Hi all, I've got something like : In my sitemap. But I'm not sure that "lang" - optional parameter of doc.xsl - has been sent by the URL, and : URL like xxx.xml?lang= => ok URL like xxx.xml => ressource not found error => How can I manage optional