AW: AW: using XML from the generation in the sitemap

2005-11-08 Thread Merico Raffaele
: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] Gesendet: Montag, 7. November 2005 20:17 An: users@cocoon.apache.org Betreff: Re: AW: using XML from the generation in the sitemap Le 7 nov. 05, à 16:13, Upayavira a écrit : ...If what you want to do is have the pipeline built based upon

Re: AW: AW: using XML from the generation in the sitemap

2005-11-08 Thread Derek Hohls
e="xsltgTrax"map:parameter name="pagePath" value="{XPATH-expre}"//map:call.../map:matchI'm afraid but I think Upayavira is right. I hope to be wrong.Many thanks in advance ... Raffaele -----Ursprüngliche Nachricht- Von: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] Gesende

AW: AW: AW: using XML from the generation in the sitemap

2005-11-08 Thread Merico Raffaele
Betreff: Re: AW: AW: using XML from the generation in the sitemap Raffaele Why not do this as a 2-step process, as suggested by Bertrand: 1. generate your content: map:match type=wildcard pattern=internal/genXmlV2Wsp** map:generate type=wsproxy src

Re: AW: AW: AW: using XML from the generation in the sitemap

2005-11-08 Thread Derek Hohls
="wsproxy" src=""/map:call resource="xsltgTrax"map:parameter name="pagePath" value="{XPATH-expre}"//map:call.../map:matchI'm afraid but I think Upayavira is right. I hope to be wrong.Many thanks in advance ... Raffaele -Ursprüngliche Nachricht---

using XML from the generation in the sitemap

2005-11-07 Thread Merico Raffaele
Hi cocooners Does anybody knows if there is a possibility to use xml values that was generated before as input in the sitemap as ie: map:parameter name=paraName value={XPATH-expression}/ Best regards ... Raffaele - To

Re: using XML from the generation in the sitemap

2005-11-07 Thread Upayavira
Merico Raffaele wrote: Hi cocooners Does anybody knows if there is a possibility to use xml values that was generated before as input in the sitemap as ie: map:parameter name=paraName value={XPATH-expression}/ No, because the sitemap is built and those parameters are handled before the

AW: using XML from the generation in the sitemap

2005-11-07 Thread Merico Raffaele
: Montag, 7. November 2005 13:10 An: users@cocoon.apache.org Betreff: Re: using XML from the generation in the sitemap Merico Raffaele wrote: Hi cocooners Does anybody knows if there is a possibility to use xml values that was generated before as input in the sitemap as ie

Re: AW: using XML from the generation in the sitemap

2005-11-07 Thread Upayavira
@cocoon.apache.org Betreff: Re: using XML from the generation in the sitemap Merico Raffaele wrote: Hi cocooners Does anybody knows if there is a possibility to use xml values that was generated before as input in the sitemap as ie: map:parameter name=paraName value={XPATH-expression}/ No, because

Re: using XML from the generation in the sitemap

2005-11-07 Thread Antonio Fiol Bonnín
Thanks for the replay ... just to make it clear and before I drop my last hope, I want to use XPATH-expression in the following map:transformer/. Still no ... ? You can read the result of *another* pipeline, using InputModules, as Upayavira already said using other words. -- Antonio

Re: using XML from the generation in the sitemap

2005-11-07 Thread g[R]eK
Upayavira napisał(a): Merico Raffaele wrote: Hi cocooners Does anybody knows if there is a possibility to use xml values that was generated before as input in the sitemap as ie: map:parameter name=paraName value={XPATH-expression}/ No, because the sitemap is built and those

Re: AW: using XML from the generation in the sitemap

2005-11-07 Thread Bertrand Delacretaz
Le 7 nov. 05, à 16:13, Upayavira a écrit : ...If what you want to do is have the pipeline built based upon the content of the pipeline, then no, you cannot do that... Not directly, but generating CInclude statements allows one to create a form of content-aware pipelines. A transform which