Your XSL should be something like:

<xsl:template match="/data/id/value">
   <xsl:value-of select="text()"/>
</xsl:template>

Basically, match the node you are interested in and get the text value for 
that node.

-- 
Christopher Chan
SpikeSource, Inc.
[EMAIL PROTECTED]
http://developer.spikesource.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to