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
  • 1.  How to use XSL stored in TAMINO?

    Posted Wed June 13, 2001 11:57 AM

    I stored xml and xsl in Tamino, I can query them seperately, but how can I apply the xsl to the xml-query-result?

    Below is the url I used, it displays the same as it does without the _xslsrc part.

    http://localhost/tamino/MyXMLDB?_xql=/Person&_collection=EmployeeCollection&_xslsrc=EmployeeCollection/ino:etc/Person.xsl

    Elise


    #Tamino
    #API-Management
    #webMethods


  • 2.  RE: How to use XSL stored in TAMINO?

    Posted Wed June 13, 2001 12:29 PM

    Is it neccesary to use the PasTruServlet when using a xml-compatible browser?
    If no, how should my url ans xql look like to apply an in Tamino Stored XSL to my XML?

    If yes:
    I installed the pastru servlet and it works when i test it, but when i want to test it with my own data it does not work with this URL what is wrong?

    http://localhost/servlet/styler/tamino/MyXMLDB/EmployeeCollection?_xql(1,5)=Person&_xslsrc=ino:etc/xsl/Person.xsl


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: How to use XSL stored in TAMINO?

    Posted Wed June 13, 2001 01:30 PM

    Yes I think you need the pass-thru servlet if you want to apply a stylesheet to the result of a Tamino Query from a browser.

    Have you tried using a full URL to your stylesheet in the query:

    http://localhost/servlet / styler/tamino/MyXMLDB/EmployeeCollection?_xql(1,5)=Person&_xslsrc=http://localhost/tamino/MyXMLDB/ino:etc/xsl/Person.xsl

    If this doesn’t work, what exactly happens?

    [This message was edited by Bill Leeney on 13 Jun 2001 at 12:09.]


    #API-Management
    #Tamino
    #webMethods


  • 4.  RE: How to use XSL stored in TAMINO?

    Posted Wed July 18, 2001 03:50 PM

    Hi

    I have 1 question.
    When I’m trying to store XSL file in Tamino I receive doctype “xsl:stylesheet” in “ino:etc” collection (you receive “ino:etc/xsl/Person.xsl”).
    I’m using Bookstore.(xml,dtd,xsl)files from Tamino X-Studio examples.

    What am I doing wrong ?

    Leszek

    PS. Pass thru servlet doesn’t work!


    #Tamino
    #API-Management
    #webMethods