Arsen A. Gutsal wrote:

Hello.

I have generator which generate <status>
<success/>
</status>
on success
and
<status>
<error>error Message</error>
</status> on error.


I can't set session variables in this generator or do something else.

My question was. HOW TO ACCESS document produced by generator from
sitemap using selector or matcher and perform some actions if success
was generated or do not perform if error was.


You can't, the selectors and actions are executed before the generation even starts. You could either retrieve these values directly from flow, passing them to the sitemap, or use a combination of different pipelines, xslt and the cinclude transformer.

Askild
-

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



Reply via email to