xsl-list
[Top] [All Lists]

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

2011-02-15 21:21:37
On 02/15/2011 10:14 PM, thehulk(_at_)comcast(_dot_)net 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/ >
“For a successful technology, reality must take precedence over
 public relations, for Nature cannot be fooled.” — R.P. Feynman
GnuPG Fingerprint: C6E4 E2A9 C9F8 71AC 9724 CAA3 19F8 6677 0077 C319

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--