Geronimo 2.0.x only includes xercesImpl-2.8.1.jar.For Xalan support, you can use the IBM 1.5.0 SDK which includes IBM's XML4J updated versions of Xerces and Xalan. If you are using the Sun 1.5.0 SDK, you'll need to include Xalan in your app or install it into the server's repo, as Sun renamed the packages in their distro....
-Donald Xh wrote:
Hi All! I'm having problems with running XSLT stylesheets that I was successfully using with previous Geronimo 1.1.0. I have (example use of http://exslt.org/sets): xmlns:set="http://exslt.org/sets" exclude-result-prefixes="set" version="2.0"> <xsl:output method="html" encoding="UTF-8" indent="yes" /> <xsl:include href="/stuff/installs/IBM/WASCE2/var/dataweaver/xsl/utils/main.xsl" /> ..... <xsl:template name="ranges"> <xsl:param name="location" /> <ul> <!-- @TODO check what's wrong set:distinct() !!!!!! --> <xsl:for-each select="set:distinct(/dw/contents/examinationTypes/examinationType/@idRange)"> ... </xsl:for-each> </ul> </xsl:template> </xsl:stylesheet> Above stylesheet was working with Geronimo 1.1.0 and WAS-CE 1.0.0. Maybe some XML libraries were changed, or are not shipped with Geronimo 2.0.1 any more? thanks and best regards Ćukasz ___________________________________________________________ Yahoo! Answers - Got a question? Someone out there knows the answer. Try it now.http://uk.answers.yahoo.com/
smime.p7s
Description: S/MIME Cryptographic Signature
