Christopher, that works fine now ;-)
many thanks
Andrew On 4 Mar 2004, at 16:00, Christopher Painter-Wakefield wrote:
<xsl:template match="artistDetails:get-details">
<xsp:logic>
int artistID = Integer.parseInt(<xsl:apply-templates
select="artistDetails:id/node()"/>);
Artist artist = Artist.getArtist(artistID);
String artist_name = artist.getArtistName();
</xsp:logic>
<artist-details>
<name><xsp:expr>artist_name</xsp:expr></name>
</artist-details>
</xsl:template>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
