Hi, I’am an italian student. I can do my Degree examination on xml using Tamino. I do not know how to install these programs: jaxp.jar and the xslt processor saxon, I would like to use xslt. I can not understand the documentation on Tamino. I use windows xp with IIS.
Thanks for your help. I do not know how to install these programs: jaxp.jar and the saxon xslt processor. I have already downloaded the jar files. I would use xslt with tamino.
do you want to use the Tamino XSLT Server Extension?
(in general I recommend usage of XQuery instead - unless there is a
constraint to use XSLT)
Did you read the documentation in section
X-Tension: Tamino Server Extensions
Tamino Server Extension Examples
Example: XSLT Server Extension
Thank you for your help.
My Tamino version’s is 4.4 (the last version). I want to use the Tamino XSLT Server Extension for make visible on the web the xml data, like html.
I have read the documentation on Tamino, but I did not understand how to install jaxp.jar and the xslt saxon processor.
just to illustrate how easy it is to accomplish the same using XQuery with serialization pragma see the example below which lists all collections in a Tamino database in an HTML table.
Nevertheless - an additional hint on XSLT server extension will follow.
I suspect that it might have dependencies on the mentioned jars that you might have to resolve. I place them in the SXS Java directory and point any paths to there.
I am not able to install xslt on Tamino. how do I install jaxp.jar and the xslt processor? What is the procedure for installing these programs? I use last version of tamino on windows xp with IIS.
I think that you are supposed to install the sample XSLT.sxp. I think that you need to provide an instance of saxon (default) or xalan. The extra jars may be specified as part of the private classpath of the XSLT server extension.
Hi,
I put the files of xalan and jaxp.jar in CLASSPATH, then I tried to install the sample XSLT.sxp but I received this error:
INOSXE7114: Java error: Errtext: ‘java.lang.NoClassDefFoundError: com/softwareag/ino/sxs/XSLT/XSLT$SxsCallbackException’