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]

RE: How To Access a param from style sheet



The best place to ask questions about the Xalan API and behavior is on the
xalan-dev list (mailto:xalan-dev-subscribe@xml.apache.org, or go to
http://xml.apache.org/mail.html).

-scott




                                                                                                                           
                    Kay Michael                                                                                            
                    <Michael.Kay@icl.com>        To:     "'xsl-list@mulberrytech.com'" <xsl-list@mulberrytech.com>         
                    Sent by:                     cc:     (bcc: Scott Boag/CAM/Lotus)                                       
                    owner-xsl-list@mulber        Subject:     RE: How To Access a param from style sheet                   
                    rytech.com                                                                                             
                                                                                                                           
                                                                                                                           
                    10/19/00 06:28 AM                                                                                      
                    Please respond to                                                                                      
                    xsl-list                                                                                               
                                                                                                                           
                                                                                                                           



>      I am new to XSLT and also to this list. I have a quick
> question about accessing parameters from XSL style sheets. I am using
Xalan
> XSLT processor in my servlet to transform XML into HTML using XSL.  I am
> able to set the stylesheet param using
>
>      xslProcessor.setStylesheetParam("sortBy", "receiverId");
>
I'm not a Xalan expert (!) but I seem to recall that the second parameter
is
an XPath expresssion, not a string, so you might need to write
"'receiverId'".

Mike Kay


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





 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]