NASCAR-Drivers.xsl:
…
<xsl/:template match=“/”>
The NASCAR Drivers
<xsl:apply-templates />
</xsl:template>
<xsl:template match=“NASCAR_Drivers”>
…
</xsl:template>
<xsl:template match=“ino:response”>
…
</xsl:template>
…
Tamino XML Server Response:
ino:response
xq:query
{?explain ?}
{?serialization method=“XSLT.transform”
parameter=‘ino:etc’
parameter=‘xsl:stylesheet[@ino:id=5]’?}
for $d in input()/NASCAR_Drivers
where tf:containsText($d, “orn”) and tf:containsText($d, “Jeff”)
return $d
</xq:query>
<ino:message ino:returnvalue=“8811”>
<ino:messagetext ino:code=“INOXRE8811”>Collection name not found</ino:messagetext>
</ino:message>
</ino:response>
#API-Management#webMethods#Tamino