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]

Passing parameters to jakarta xsl taglib


I've been using the Jakarta xsltaglib and have had little success passing parameters to a
stylesheet.  My code is:

-----------------------------------------------------------
<xsl:apply xsl="/xml/static_numbers.xsl?office=Dublin">
  <xsl:include page="/xml/static_numbers.xml"/>
</xsl:apply>
-----------------------------------------------------------

When I don't specify the office (and set a default param value in the stylesheet), everything works.
However when I try the above, or when I pass the param in the request for the jsp, it just gets
ignored or crashes the JSP.

Any ideas?

Anyone know of a different XSL taglib out there (free or otherwise) that would allow me to pass
params in?

C Ya,

Peter McEvoy
Senior Technical Analyst
IONA Technologies


 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]