hi julio,

In lack of details I don't completely understand your use case, but if
you're trying to code in the stylesheet you should consider writing a
transformer for your needs.

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]Im
Auftrag von jcplerm
Gesendet: Dienstag, 21. Januar 2003 03:16
An: [EMAIL PROTECTED]
Betreff: Re: Non-string sitemap custom parameters


Thanks for your reply.

What happens is that I want to access another object from within XSLT by
means of Xalan extensions. That object should have access to the
request/session objects.
I think one way would be to subclass TraxTransformer so that it sets XSLT
parameters at setup time in the transformer. TraxTransformer apparently has
access to the ObjectModelHelper, from which I can extract the
request/session and then pass it to the transformer, and the stylesheet
passes them to the target object by means of Xalan extension functions.

If you have any other ideas, I would appreciate.

Thanks,

Julio


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to