IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
Expand all | Collapse all

help xslt installation

webMethods Community Member

webMethods Community MemberTue December 02, 2008 09:46 PM

  • 1.  help xslt installation

    Posted Tue December 02, 2008 03:26 PM

    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.

    Thank you very much


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: help xslt installation

    Posted Tue December 02, 2008 09:46 PM


  • 3.  RE: help xslt installation

    Posted Wed December 03, 2008 07:35 PM

    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.

    Sorry for my English

    Thank you and greetings from Italy


    #webMethods
    #Tamino
    #API-Management


  • 4.  RE: help xslt installation

    Posted Thu December 04, 2008 02:15 PM

    Hi,

    two questions:

    • 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

    • which version of Tamino are you using?

    Best regards
    Uli


    #API-Management
    #Tamino
    #webMethods


  • 5.  RE: help xslt installation

    Posted Thu December 04, 2008 06:40 PM

    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.

    Thank you very much


    #Tamino
    #API-Management
    #webMethods


  • 6.  RE: help xslt installation

    Posted Fri December 05, 2008 07:47 AM

    Hi

    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.

    Best regards
    Uli

    {?serialization method=“xml” media-type=“text/html”?}
    declare namespace tsd=“http://namespaces.softwareag.com/tamino/TaminoSchemaDefinition

    { for $c in collection("ino:collection")/tsd:collection return }
    Collection Schema Usage
    {xs:string($c/@name)} {xs:string($c/tsd:schema/@use)}

    #Tamino
    #API-Management
    #webMethods


  • 7.  RE: help xslt installation

    Posted Fri December 05, 2008 02:23 PM

    thanks so much, I will try this example.

    Best regards, Alessio


    #API-Management
    #webMethods
    #Tamino


  • 8.  RE: help xslt installation

    Posted Thu December 11, 2008 12:46 PM

    Are you able to install the XSLT SXS?

    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.


    #Tamino
    #webMethods
    #API-Management


  • 9.  RE: help xslt installation

    Posted Thu December 11, 2008 07:04 PM

    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.

    Thank you very much

    Best regards
    Alessio


    #Tamino
    #webMethods
    #API-Management


  • 10.  RE: help xslt installation

    Posted Fri December 12, 2008 09:44 AM

    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.

    Server extension documentation may be found here:

    http://techcommunity.softwareag.com/ecosystem/documentation/crossvision/ins441/overview.htm

    under “X-Tension: Tamino Server Extensions”


    #webMethods
    #Tamino
    #API-Management


  • 11.  RE: help xslt installation

    Posted Fri December 12, 2008 07:35 PM

    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’

    regards,
    alessio


    #webMethods
    #API-Management
    #Tamino


  • 12.  RE: help xslt installation

    Posted Fri January 23, 2009 10:57 AM

    Please could you provide a zip of the ServerExtensions directory?

    What does the following URL return as the version number?

    http://host/tamino/db?_diagnose=fullVersion

    or maybe:

    http://host/tamino/db?_diagnose=version


    #Tamino
    #API-Management
    #webMethods