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.  _XQL and stylesheet

    Posted Wed July 17, 2002 12:46 PM

    HI
    Is it a correct URL to apply a stylesheet to my response ?http://taminosrv.itec.net/tamino/XML/Hospital?_xql//patient.xsl=patient/name

    (I don’t get the result by this URL)

    LOVE


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: _XQL and stylesheet

    Posted Thu August 15, 2002 01:45 PM

    Hello
    http://taminosrv.itec.net/tamino/XML/Hospital?_xql//patient.xsl=patient/name

    This should work if instead of patient.xsl the full location is used, best is the full URL.

    What happens is that a Processing Instruction (PI) is inserted that includes a stylesheet with the URL.
    The difference to using the Pass Thru Servlet is that the client receives XML+PI instead of already generated HTML (or what ever is output from the stylesheet) from the servlet.


    #API-Management
    #Tamino
    #webMethods