|
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=""/> <!-- your transform which creates cinclude:include src="" -->
<map:transform type="create-url"/>
<!-- set off the cinclude -->
<map:transform type="cinclude"/> <map:serialize type="xml"/> </map:match> 2. second pipeline is called from the cinclude statement
<map:match pattern="url-which-depends-on-content/URL-fromX-PATH-expre">
<!-- process the data here -->
<map:call resource="xsltgTrax">
<map:parameter name="pagePath" value="{URL-fromX-PATH-expre}"/> </map:call> ...
>>> [EMAIL PROTECTED] 2005/11/08 10:20:22 AM >>> Hi cocooners Thanks a lot for your interest for my problem. To make it hopefully finally clear what I want to do can be seen in the following pileline. Have a look at the {XPATH-expre} that refers a XML content generated by the wsporxy. <map:match type="wildcard" pattern="genXmlV2Wsp**"> <map:generate type="wsproxy" src=""/> <map:call resource="xsltgTrax"> <map:parameter name="pagePath" value="{XPATH-expre}"/> </map:call> ... </map:match> I'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] > Gesendet: Montag, 7. November 2005 20:17 > An: [email protected] > 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 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 generates <cinclude:include > src=""/> can be used to cause later > steps in the pipeline to be chosen depending on the initial content. It > might mean several accesses to the initial data source, but it can be > very useful. > > -Bertrand > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- This message is subject to the CSIR's copyright, terms and conditions and e-mail legal notice. Views expressed herein do not necessarily represent the views of the CSIR. CSIR E-mail Legal Notice CSIR Copyright, Terms and Conditions For electronic copies of the CSIR Copyright, Terms and Conditions and the CSIR Legal Notice send a blank message with "REQUEST LEGAL" in the subject line to CSIR HelpDesk
|
