Hey all,

I'm working on a problem and maybe somebody knows what is going wrong. It seems that 
if I make a soap request to build a new xscript variable, even if part of the soap 
request is build using <xsp:expr>'s, the result successfully gets placed in the 
variable. This means that the XSP expressions must have been evaluated before the 
XScript expressions. On the other hand, when I get to my transformation, I'm trying to 
pass parameters to the XSLT using XSP expressions and they simply aren't being 
evaluated before the transform. I'm always getting the text of the expression as the 
parameter value inside of the stylesheet. The attempted call looks like this:

<xscript:transform name="soapresult" stylesheet="stylesheet">
  <xscript:parameter 
name="collectionName"><xsp:expr>collectionName</xsp:expr></xscript:parameter>
</xscript:transform>

Any ideas? Thanks for any help anyone can provide.

/S
-- 
Steven Cummings
Columbia, MO
Email: [EMAIL PROTECTED]
AIM:   cummingscs
ICQ:   3330114


__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp 

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/

---------------------------------------------------------------------
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