Hi,
I?m trying to to apply a stylesheet to the result of a Tamino query.
But query like this
http://localhost/servlet/com.softwareag.tamino.API.servlet.TaminoFilter/tamino/database/collection?_xql=Article&_xslsrc=xsl:stylesheet/stylesheet.xsl
doesn?t work.
I recieve the following message:
Internal Server Error
This query works without _ xslsrc parameter:
http://localhost/servlet/com.softwareag.tamino.API.servlet.TaminoFilter/tamino/database/collection?_xql=Article
I can also retrieve a stylesheet from the database:
http://localhost/servlet/com.softwareag.tamino.API.servlet.TaminoFilter/tamino/database/collection/xsl:stylesheet/stylesheet.xsl
Can someone tell me what might be wrong here?