Hi

I have big trouble deciding transform-src on runtime based on some value I
get from an action and xsp.
The point is, by the time I enter the "match" I don't know what the filename
is. I need to extract it from 
my database. 
As you see I have tried to use session-attr-module. I set the
HTML_stylesheet attribute in my report.xsp. 
However it seems the pipeline reads the transform-src before running the
xsp. This behavior is very
unfortunate.


<map:match pattern="report">
        <map:generate type="serverpages" src="xsp/report.xsp"
label="content"/>
        <map:transform src="{session-attr:HTML_stylesheet}" label="debug" />
      <map:serialize type="html"/>
</map:match>


Is there any other way tha using session-attr-module. How can I pass the
filename from an xsp or action on to the transformer ???

Any suggestion are mostly welcome.

Regards
Armaz


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

Reply via email to