Hello to everybody
Well first of all, I hope this is the correct forum to my question.
I developed some tamino forms who makes querys and insert/modify xml documents in tamino.
To change its appeareance and made it more friendly I transform that using xsl stylesheets.
All of that works fine with ms-internet explorer, but when I try this with other browsers don’t work. Then I install passthru servlet to make the transformation of the tamino forms with xsls on the server. At this moment the pasthru servet is working. I mean that if I invoke a query directly in the browser (ie, mozilla, konqueror etc) the transformation is made and html is returned from the server.
The problem is what in tamino forms I have some forms that referred a xsl by an htlmlreq for example there is on (simplified):
When I push the ADD button a new property is added (to a RealEstate collection, document property) and the success (or not) document returned by tamino is tranformed by the XSL3.XSL stylesheet if I use IE6.
I would like to do the same with the passthru servlet but I don’t realize how can I invoke or do it. In other words how can i “say” that tranformation will do it in the server side.
thanks in advance for the replys, and sorry for my terrible english
Gerardo
#Tamino#webMethods#API-Management