Re: Matching HTML GET parameters in sitemap

2016-06-30 Thread warrell harries
;nofollow" link="external">[hidden email] >> For additional commands, e-mail: > href="x-msg://17/user/SendEmail.jtp?type=node&node=58674&i=2" >> target="_top" rel="nofollow" link="external">[hidden email] >>

Re: Matching HTML GET parameters in sitemap

2016-06-29 Thread crburd
--- > To unsubscribe, e-mail: [hidden email] > For additional commands, e-mail: [hidden email] > > > > If you reply to this email, your message will be added to the discussion > below: > http://cocoon.10839.n7.na

Re: Matching HTML GET parameters in sitemap

2016-06-28 Thread warrell harries
You could use the select matcher which allows you to alter flow through the pipeline based on a parameter value On Wed, 29 Jun 2016, 00:01 Charles Burd, wrote: > In a Cocoon 2.1 installation, I'm trying to get a sitemap pipeline match > to differentiate between a URL that has no HTML GET paramet

Matching HTML GET parameters in sitemap

2016-06-28 Thread Charles Burd
In a Cocoon 2.1 installation, I'm trying to get a sitemap pipeline match to differentiate between a URL that has no HTML GET parameters and one that does. For example, I want two different matches for the following URLs: foo.org foo.org?operation=bar Thanks, Charles Burd --