users@jersey.java.net

Re: wadl->html worked...

From: Felipe Gaúcho <fgaucho_at_gmail.com>
Date: Sat, 16 May 2009 12:02:27 +0200

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 ?