Re: [xsl] Newbie cannot find syntax error in attribute select

Subject: Re: [xsl] Newbie cannot find syntax error in attribute select
From: "Christopher R. Maden" <crism@xxxxxxxxx>
Date: Tue, 15 Feb 2011 22:21:23 -0500
On 02/15/2011 10:14 PM, thehulk@xxxxxxxxxxx wrote:
>       <xsl:value-of select="./Subscriber_Info@Sub_Id" />

Missing slash; should be ./Subscriber_Info/@Sub_Id

The initial ./ is redundant; could be just Subscriber_Info/@Sub_Id

~Chris
--
Chris Maden, text nerd  <URL: http://crism.maden.org/ >
bFor a successful technology, reality must take precedence over
 public relations, for Nature cannot be fooled.b b R.P. Feynman
GnuPG Fingerprint: C6E4 E2A9 C9F8 71AC 9724 CAA3 19F8 6677 0077 C319

Current Thread