how to fill the gaps now ?
like, from the XSL:
<title>
<xsl:choose>
<xsl:when test="wadl:doc[@title]">
<xsl:value-of select="wadl:doc[@title][1]/_at_title"/>
</xsl:when>
<xsl:otherwise>My Web Application</xsl:otherwise>
</xsl:choose>
</title>
where can I set this @Title in my Jersey web-service ?