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.  xsl

    Posted Thu December 05, 2002 03:50 PM

    I would like to know if is better to store the xsl (stylesheet) in tamino or out of it (i.e. under
    an Apache directory) and which is the tendency and the today programming practice of developers and programmers.
    Any explain would be appreciate.

    @nto


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: xsl

    Posted Fri December 06, 2002 10:51 AM

    Hi @nto,

    generally there is no tendency or style that I’m aware off. It usually is dependent on your application and your goals.

    However, as XSL are XML documents and a native XML database is at hand, which ensures a save and secure storage (and other benefits like backup, transactionality etc.), I would put the stylesheets into the database. Keep it simple, do not distribute the stuff over several places (if you don’t have to for good reasons).

    Hope this helps,
    Christian.


    #API-Management
    #Tamino
    #webMethods