Merico Raffaele wrote:
> Hi Upayavira
> 
> 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 ... ? 

If what you want to do is have the pipeline built based upon the content
of the pipeline, then no, you cannot do that. If you want to access some
other data (e.g. the request) using xpath like expressions, this is
possible using input modules. In fact, I suspect you might be able to
access a file on the filesystem and do an xpath against it and use that
as a parameter to a transformer. But remember, you'd be doing all of
that before actually building the pipeline.

You'll need to read up on input modules to see how this might be done.

Regards, Upayavira

>>-----Ursprüngliche Nachricht-----
>>Von: Upayavira [mailto:[EMAIL PROTECTED]
>>Gesendet: Montag, 7. November 2005 13:10
>>An: [email protected]
>>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 the sitemap is built and those parameters are handled before
>>the generator starts and any of that XML is seen. If you need to do
>>that, you need to use flowscript as a controller, get the content, get
>>your xpath value, and pass it to your pipeline.
>>
>>Regards, Upayavira
>>
>>---------------------------------------------------------------------
>>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]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]