Hi
just to illustrate how easy it is to accomplish the same using XQuery with serialization pragma see the example below which lists all collections in a Tamino database in an HTML table.
Nevertheless - an additional hint on XSLT server extension will follow.
Best regards
Uli
{?serialization method=“xml” media-type=“text/html”?}
declare namespace tsd=“http://namespaces.softwareag.com/tamino/TaminoSchemaDefinition”
{
for $c in collection("ino:collection")/tsd:collection
return
}
| Collection |
Schema Usage |
| {xs:string($c/@name)} |
{xs:string($c/tsd:schema/@use)} |
#Tamino#API-Management#webMethods