This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

util:expr



<xsp:logic>
<status><xsp:expr>s.getOrderStatus(ordNum)</xsp:expr></status>
</xsp:logic>

Hi, I'm trying to get the output of s.getOrderStatus(ordNum) as xml instead 
of string. I tried using

<xsp:logic>
<status>
<util:include-expr>
<util:expr>s.getOrderStatus(ordNum)</util:expr>
</util:include-expr>
</status>
</xsp:logic>

but this util thing is not working. I have declared it in xsp:page also. Any 
suggestions?

Thanks
Sushil

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]