xsl-list
[Top] [All Lists]

Re: [xsl] Selection help

2015-11-30 16:22:34
Ack! Sorry, I changed the wrong equality operator. Change

  select="column[@name eq current()/constraint[@type='FOREIGN']/childKey/@name]"

to
  select="column[@name = current()/constraint[@type eq 
'FOREIGN']/childKey/@name]"

(To oversimplify, the "eq" operator compares singletons; the "="
operator compares sequences.)
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>