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.
Does anyone have a working sample of the Pass-Thru Servlet? The servlet has been successfully installed, but I can not get my sample to work.
here is small example of “prepared” xsl
<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:xsl=“XSLT Namespace” version=“1.0” xmlns:ino=“http://namespaces.softwareag.com/tamino/response2” xmlns:xql=“XQL FAQ (XML Query Language - Frequently Asked Questions)”><xsl:output method=“html” indent=“yes”/><xsl:strip-space elements=“*”/><xsl:template match=“/”>
and here is how to run thishttp://sagplch/softwareag/servlet/passthru/tamino/db/test?_xql=POZDROWIENIE&_xslsrc=http://localhost/tamino/db/test/xsl/g3.xsl(if my pc,tomcat apache is running you should see “Witaj XML” sign look at the database if you want to)