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.

 View Only
  • 1.  Using XSLT 2.0

    Posted Mon December 28, 2015 04:07 PM

    Hello all,
    does anyone know if you can create a flow service that uses a different XSLT library than the default library? The goal is to create a flow service that uses XSLT Saxon, without changing the default library that the other services use.

    if so, is it as simple as editing a classpath in a config file? or do I need to create a java service that does this?

    thanks!

    cb


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: Using XSLT 2.0

    Posted Tue December 29, 2015 03:11 PM

    there is a KB article about it: KB #: 1739799 on empower website.
    you can use Saxon in place of xalan.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: Using XSLT 2.0

    Posted Thu December 31, 2015 02:02 AM

    Configuring XSLT Transformer Factory Settings

    You can use Integration Server Administrator to specify which transformer factory you
    want Integration Server to use.
    To configure transformer factory settings

    1. Open Integration Server Administrator if it is not already open.
    2. In the Packages menu of the Navigation panel, click Management.
    3. In the Package List, find the row for the WmXSLT package and click the home icon for
      the package.
    4. Click Edit Transformer Factory Settings.
    5. From the Transformer Factory list, select a factory or select Other and type in the name
      of the factory you want to use.
    6. In the Transformer Factory Attributes field, optionally enter any factory a?ributes you
      want to specify. The a?ributes must take the form a?ribute=value . You can only
      specify a?ributes that accept strings or boolean values. For more information about
      possible a?ributes, refer to the documentation from your XSLT processor vendor.
    7. Click Save Changes.

    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: Using XSLT 2.0

    Posted Mon January 23, 2017 02:55 AM

    Mahesh sir, do u have the document for XSLT ? latest version ?


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: Using XSLT 2.0

    Posted Mon January 23, 2017 02:11 PM

    Addressing me as Mahesh should be fine :slight_smile:

    Documentation on using the XSLT services has been integrated with “9-12_Service_Development_Help.pdf” You can get this from TechCommunity or from Empower under documentation.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 6.  RE: Using XSLT 2.0

    Posted Wed January 25, 2017 02:08 AM

    You could find documents here https://www.w3.org/TR/xslt20/.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB